Commit 86ccb872 authored by Sam Lantinga's avatar Sam Lantinga

Fixed bug #1064 (configure still has --enable-stdio-redirect option)

parent e17d29cd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment