equal
deleted
inserted
replaced
1662 ],[ |
1662 ],[ |
1663 ],[ |
1663 ],[ |
1664 have_wince=yes |
1664 have_wince=yes |
1665 ]) |
1665 ]) |
1666 AC_MSG_RESULT($have_wince) |
1666 AC_MSG_RESULT($have_wince) |
1667 |
|
1668 dnl See if the user wants to redirect standard output to files |
|
1669 AC_ARG_ENABLE(stdio-redirect, |
|
1670 AC_HELP_STRING([--enable-stdio-redirect], [Redirect STDIO to files on Windows [[default=yes]]]), |
|
1671 , enable_stdio_redirect=yes) |
|
1672 if test x$enable_stdio_redirect != xyes; then |
|
1673 EXTRA_CFLAGS="$EXTRA_CFLAGS -DNO_STDIO_REDIRECT" |
|
1674 fi |
|
1675 } |
1667 } |
1676 |
1668 |
1677 dnl Find the DirectX includes and libraries |
1669 dnl Find the DirectX includes and libraries |
1678 CheckDIRECTX() |
1670 CheckDIRECTX() |
1679 { |
1671 { |