summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2010-02-01 16:22:39 +0100
committerBertram <bertram@cegetel.net>2010-02-01 16:22:39 +0100
commit652ada50071c09e582a5100224f16b3a432eed1d (patch)
tree49dafc6b2134d6dea5366d8e1da2262ca085c7a8 /configure.ac
parent7e2a54bedefc6b5e2b34c9dafccb8322f46266e7 (diff)
downloadmana-client-652ada50071c09e582a5100224f16b3a432eed1d.tar.gz
mana-client-652ada50071c09e582a5100224f16b3a432eed1d.tar.bz2
mana-client-652ada50071c09e582a5100224f16b3a432eed1d.tar.xz
mana-client-652ada50071c09e582a5100224f16b3a432eed1d.zip
Moved from SDLrescalefacility to SDL_gfx.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b102e1e8..739b1cb1 100755
--- a/configure.ac
+++ b/configure.ac
@@ -88,6 +88,10 @@ AC_MSG_ERROR([ *** Unable to find SDL_mixer library (http://www.libsdl.org/proje
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, ,)
+
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([arpa/inet.h fcntl.h malloc.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h unistd.h])