projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb1e51d
)
do ogg test before vorbis test
author
Matthias Braun
<matze@braunis.de>
Mon, 29 Jan 2007 19:00:08 +0000
(19:00 +0000)
committer
Matthias Braun
<matze@braunis.de>
Mon, 29 Jan 2007 19:00:08 +0000
(19:00 +0000)
SVN-Revision: 4736
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
ae42eab
..
b949ca4
100644
(file)
--- 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 <SDL_image.h>], [IMG_Load("");]),