]> git.jsancho.org Git - gacela.git/blobdiff - configure.ac
(no commit message)
[gacela.git] / configure.ac
index b86920cf059aaf8696b6c9f7510053dd5d5b4527..92b9bdb5ce15d539f7e46827f48d45154b216f65 100644 (file)
@@ -13,6 +13,11 @@ AC_CHECK_LIB(SDL_image,
        LIBS="$LIBS -lSDL_image",
        AC_MSG_ERROR([*** SDL_image library not found!])
 )
+AC_CHECK_LIB(SDL_gfx,
+       main,
+       LIBS="$LIBS -lSDL_gfx",
+       AC_MSG_ERROR([*** SDL_gfx library not found!])
+)
 AC_CHECK_LIB(SDL_mixer,
        main,
        LIBS="$LIBS -lSDL_mixer",