From cc7bc22b167bc0e2c9da9ae1ef09f290f760126d Mon Sep 17 00:00:00 2001 From: Alexander Baldeck Date: Sat, 12 Feb 2005 21:29:19 +0000 Subject: - added guichan checks to make TMW build properly with autotools generated makefile --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'configure.ac') 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, , -- cgit v1.2.3-70-g09d2