X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=configure.ac;h=92b9bdb5ce15d539f7e46827f48d45154b216f65;hb=141a622804c650ab7e2b61ecc3af87c4be6495c5;hp=b86920cf059aaf8696b6c9f7510053dd5d5b4527;hpb=cbfc77bb602ebda15d2d95786a2c2bb4b5970a63;p=gacela.git diff --git a/configure.ac b/configure.ac index b86920c..92b9bdb 100644 --- a/configure.ac +++ b/configure.ac @@ -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",