diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-21 00:27:32 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-21 00:27:32 +0000 |
commit | 43e20b978e424d01ecbe49950b41111081a3ee43 (patch) | |
tree | 111336f68e90585acc6eb8b10fa0ad7dd4af5cb1 /configure.ac | |
parent | 37b865d2ea580ee9abaf80b7c1efee1b062394c0 (diff) | |
download | mana-43e20b978e424d01ecbe49950b41111081a3ee43.tar.gz mana-43e20b978e424d01ecbe49950b41111081a3ee43.tar.bz2 mana-43e20b978e424d01ecbe49950b41111081a3ee43.tar.xz mana-43e20b978e424d01ecbe49950b41111081a3ee43.zip |
A few small fixes.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 9 |
1 files changed, 6 insertions, 3 deletions
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/)])) |