diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-31 12:18:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-31 12:18:57 +0300 |
commit | be48ce2e0cf06cabdf6536f1a5357b30d2ed37ed (patch) | |
tree | 602ec672399715b23a08f3f13de79c0990f37e9e /configure.ac | |
parent | f3eaa0b0e84013dd3a11003fe891f77ec366544b (diff) | |
download | mv-be48ce2e0cf06cabdf6536f1a5357b30d2ed37ed.tar.gz mv-be48ce2e0cf06cabdf6536f1a5357b30d2ed37ed.tar.bz2 mv-be48ce2e0cf06cabdf6536f1a5357b30d2ed37ed.tar.xz mv-be48ce2e0cf06cabdf6536f1a5357b30d2ed37ed.zip |
Add missing guichan files.
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 |