diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-30 20:52:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-30 20:52:14 +0300 |
commit | 003d207b6fd2c42018e94b9b22ba4b14d3006b67 (patch) | |
tree | 76f7d4b26036bc9936fbd6e6c4121afb356d7f52 | |
parent | 338c3b1cae626830c9b9d231aeb9f9e8034b37d1 (diff) | |
download | ManaVerse-003d207b6fd2c42018e94b9b22ba4b14d3006b67.tar.gz ManaVerse-003d207b6fd2c42018e94b9b22ba4b14d3006b67.tar.bz2 ManaVerse-003d207b6fd2c42018e94b9b22ba4b14d3006b67.tar.xz ManaVerse-003d207b6fd2c42018e94b9b22ba4b14d3006b67.zip |
Remove guichan from configure
-rwxr-xr-x | configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index c3706f474..1295ce0a7 100755 --- a/configure.ac +++ b/configure.ac @@ -33,14 +33,6 @@ AC_PATH_PROG(CURL_CONFIG, curl-config) AC_CHECK_LIB([pthread], [pthread_create], , AC_MSG_ERROR([ *** Unable to find pthread library])) -AC_CHECK_LIB([guichan], [gcnGuichanVersion], , -AC_MSG_ERROR([ *** Unable to find Guichan library (http://guichan.sf.net/)])) -AC_CHECK_HEADERS([guichan.hpp], , -AC_MSG_ERROR([ *** Guichan library found but cannot find headers (http://guichan.sf.net/)])) - -AC_CHECK_HEADERS([guichan/widgetlistener.hpp], , -AC_MSG_ERROR([ *** Guichan library version is found but version is < 0.8.0 (http://guichan.sf.net/)])) - if test -n "$SDL_CONFIG"; then LIBS="$LIBS `$SDL_CONFIG --libs`" CPPFLAGS="$CPPFLAGS `$SDL_CONFIG --cflags`" @@ -89,9 +81,6 @@ AC_MSG_ERROR([ *** Unable to find SDL_ttf library (http://www.libsdl.org/project AC_CHECK_LIB([SDL_mixer], [Mix_OpenAudio], , AC_MSG_ERROR([ *** Unable to find SDL_mixer library (http://www.libsdl.org/projects/SDL_mixer/)])) -AC_CHECK_LIB([guichan_sdl], [gcnSDL], , -AC_MSG_ERROR([ *** Unable to find Guichan SDL library (http://guichan.sf.net/)])) - AC_CHECK_LIB(SDL_gfx, rotozoomSurfaceXY, , AC_MSG_ERROR([ *** Unable to find SDL_gfx library (http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx)])) AC_CHECK_HEADERS(SDL_rotozoom.h, ,) |