From: Matthias Braun Date: Mon, 29 Jan 2007 19:00:08 +0000 (+0000) Subject: do ogg test before vorbis test X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=72668efc61265f8221b708025ae2e7f859ad7e9b;p=supertux.git do ogg test before vorbis test SVN-Revision: 4736 --- 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("");]),