X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=92b9bdb5ce15d539f7e46827f48d45154b216f65;hb=5287ad5ca5431fe53c61e2da81b1ac6d0dc6e119;hp=b86920cf059aaf8696b6c9f7510053dd5d5b4527;hpb=60e28d143c3beb811e52c03784172a84e42e5e0e;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",