From 72668efc61265f8221b708025ae2e7f859ad7e9b Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 29 Jan 2007 19:00:08 +0000 Subject: [PATCH] do ogg test before vorbis test SVN-Revision: 4736 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("");]), -- 2.11.0