From 90e5ce7e958418f0d39d38112d33d3190a78baea Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 20 Mar 2005 12:50:26 +0000 Subject: TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore! Also fixed a crash on clicking wallpaper in login phase. --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2fd683ff..062f9732 100755 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,4 @@ +AC_PREREQ(2.59) AC_INIT([The Mana World], [0.0.11], [umperio@users.sourceforge.net]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS @@ -11,11 +12,11 @@ AC_PROG_MAKE_SET # Checks for libraries # (someone may want to exchange these symbols with # something more meaningful in the future /- kth5) -AC_CHECK_LIB([guichan], [_init], , +AC_CHECK_LIB([guichan], [gcnGuichanVersion], , AC_MSG_ERROR([ *** Unable to find Guichan library (guichan.darkbits.org)])) -AC_CHECK_LIB([guichan_sdl], [_init], , -AC_MSG_ERROR([ *** Unable to find Guichan SDL library (guichan.darkbits.org)])) +#AC_CHECK_LIB([guichan_sdl], [_init], , +#AC_MSG_ERROR([ *** Unable to find Guichan SDL library (guichan.darkbits.org)])) AC_CHECK_LIB([physfs], [PHYSFS_init], , AC_MSG_ERROR([ *** Unable to find PhysFS library (icculus.org/physfs/)])) -- cgit v1.2.3-60-g2f50