summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-31 12:18:57 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-31 12:18:57 +0300
commitbe48ce2e0cf06cabdf6536f1a5357b30d2ed37ed (patch)
tree602ec672399715b23a08f3f13de79c0990f37e9e /configure.ac
parentf3eaa0b0e84013dd3a11003fe891f77ec366544b (diff)
downloadplus-be48ce2e0cf06cabdf6536f1a5357b30d2ed37ed.tar.gz
plus-be48ce2e0cf06cabdf6536f1a5357b30d2ed37ed.tar.bz2
plus-be48ce2e0cf06cabdf6536f1a5357b30d2ed37ed.tar.xz
plus-be48ce2e0cf06cabdf6536f1a5357b30d2ed37ed.zip
Add missing guichan files.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac1
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