mirror of
https://github.com/yawut/SDL.git
synced 2026-07-29 14:43:21 -05:00
Fixed bug #1064 (configure still has --enable-stdio-redirect option)
This commit is contained in:
parent
7537a3d9e3
commit
305a0b92b2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user