diff options
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 88952d80f..8141dabdb 100755 --- a/configure.ac +++ b/configure.ac @@ -136,7 +136,6 @@ if test "x$with_internalguichan" == "xno"; then AC_CHECK_LIB([guichan_sdl], [gcnSDL], , AC_MSG_ERROR([ *** Unable to find Guichan SDL library (http://guichan.sf.net/)])) -# CPPFLAGS="-I/usr/include -I. -I.. $CPPFLAGS" else with_internalguichan=yes |