X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=b949ca40f0c2f4b4d375cc6be1aa7c6089a0079d;hb=4d0b220011dd5e8a71328abd42695ea8d272f666;hp=ae42eab1e674980f1a0ab68c9304fb0f7c242360;hpb=7ee27c4c9687de567f6cc9e811b6b962d6a62f39;p=supertux.git diff --git a/configure.ac b/configure.ac index ae42eab1e..b949ca40f 100644 --- a/configure.ac +++ b/configure.ac @@ -119,8 +119,8 @@ AM_PATH_SDL($SDL_VERSION, :, AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])) -XIPH_PATH_VORBIS(, [AC_MSG_ERROR([Please install libvorbis])]) XIPH_PATH_OGG(, [AC_MSG_ERROR([Please install libogg])]) +XIPH_PATH_VORBIS(, [AC_MSG_ERROR([Please install libvorbis])]) NP_FINDLIB([SDLIMAGE], [SDL_image], [SDL_image >= 1.2], NP_LANG_PROGRAM([#include ], [IMG_Load("");]),