From 43e20b978e424d01ecbe49950b41111081a3ee43 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 21 Mar 2005 00:27:32 +0000 Subject: A few small fixes. --- configure.ac | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 062f9732..e5d61e05 100755 --- a/configure.ac +++ b/configure.ac @@ -13,10 +13,13 @@ AC_PROG_MAKE_SET # (someone may want to exchange these symbols with # something more meaningful in the future /- kth5) AC_CHECK_LIB([guichan], [gcnGuichanVersion], , -AC_MSG_ERROR([ *** Unable to find Guichan library (guichan.darkbits.org)])) +AC_MSG_ERROR([ *** Unable to find Guichan library (guichan.sf.net)])) -#AC_CHECK_LIB([guichan_sdl], [_init], , -#AC_MSG_ERROR([ *** Unable to find Guichan SDL library (guichan.darkbits.org)])) +#AC_CHECK_LIB([guichan_sdl], [gcnSDL], , +#AC_MSG_ERROR([ *** Unable to find Guichan SDL library (guichan.sf.net)])) + +#AC_CHECK_LIB([guichan_opengl], [gcnOpenGL], , +#AC_MSG_ERROR([ *** Unable to find Guichan OpenGL library (guichan.sf.net)])) AC_CHECK_LIB([physfs], [PHYSFS_init], , AC_MSG_ERROR([ *** Unable to find PhysFS library (icculus.org/physfs/)])) -- cgit v1.2.3-60-g2f50