diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2005-02-12 21:29:19 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2005-02-12 21:29:19 +0000 |
commit | cc7bc22b167bc0e2c9da9ae1ef09f290f760126d (patch) | |
tree | aee466d92fef92ddee2bf266698cf22dda779ed5 | |
parent | c66b28e01e09ba26994ef95102e2a3c25815a67d (diff) | |
download | mana-client-cc7bc22b167bc0e2c9da9ae1ef09f290f760126d.tar.gz mana-client-cc7bc22b167bc0e2c9da9ae1ef09f290f760126d.tar.bz2 mana-client-cc7bc22b167bc0e2c9da9ae1ef09f290f760126d.tar.xz mana-client-cc7bc22b167bc0e2c9da9ae1ef09f290f760126d.zip |
- added guichan checks to make TMW build properly with autotools generated makefile
-rwxr-xr-x | configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d80598cb..c24f91e3 100755 --- a/configure.ac +++ b/configure.ac @@ -10,9 +10,10 @@ AC_PROG_INSTALL AC_PROG_MAKE_SET # Checks for libraries -# (doesn't seem right, or is it?) -#AC_CHECK_LIB([guichan], [_ZN3gcn7TextBox6addRowESs]) -#AC_CHECK_LIB([guichan_sdl], [_ZN3gcn8SDLInput17dequeueMouseInputEv]) +# (someone may want to exchange these symbols with + soemthing more meaningful in the future /- kth5) +AC_CHECK_LIB([guichan], [_init]) +AC_CHECK_LIB([guichan_sdl], [_init]) # Check for SDL_image and SDL_mixer library AC_CHECK_LIB(SDL_image, IMG_LoadPNG_RW, , |