Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed bug #1064 (configure still has --enable-stdio-redirect option)
  • Loading branch information
slouken committed Feb 16, 2011
1 parent fcc6380 commit 9cd3757
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions configure.in
Expand Up @@ -1664,14 +1664,6 @@ CheckWINDOWS()
have_wince=yes
])
AC_MSG_RESULT($have_wince)

dnl See if the user wants to redirect standard output to files
AC_ARG_ENABLE(stdio-redirect,
AC_HELP_STRING([--enable-stdio-redirect], [Redirect STDIO to files on Windows [[default=yes]]]),
, enable_stdio_redirect=yes)
if test x$enable_stdio_redirect != xyes; then
EXTRA_CFLAGS="$EXTRA_CFLAGS -DNO_STDIO_REDIRECT"
fi
}

dnl Find the DirectX includes and libraries
Expand Down

0 comments on commit 9cd3757

Please sign in to comment.