diff options
author | Sam Lantinga <slouken@libsdl.org> | 2011-02-16 03:59:39 -0800 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2011-02-16 03:59:39 -0800 |
commit | 86ccb872839be417e5bd4b14b2298946bf0e4eae (patch) | |
tree | 2ed02c2964282758735b6b85099e2049cc6d708b /configure.in | |
parent | e17d29cd0e1e6d6748f78983cb4383190ab7731e (diff) |
Fixed bug #1064 (configure still has --enable-stdio-redirect option)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.in b/configure.in index 3fa9a817..612e93c7 100644 --- a/configure.in +++ b/configure.in @@ -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 |