projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0150dff
)
use C for SDL_mixer/image test
author
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 21 Mar 2004 16:33:00 +0000
(16:33 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 21 Mar 2004 16:33:00 +0000
(16:33 +0000)
SVN-Revision: 297
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
0aeb89d
..
659a864
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-80,7
+80,6
@@
AM_PATH_SDL($SDL_VERSION,
AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!]))
CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
LDFLAGS="$LDFLAGS $SDL_LIBS"
-AC_LANG_POP()
dnl Checks for additional libraries.
if test "x${enable_sound}" != "xno"; then
@@
-103,6
+102,7
@@
if test "x${enable_opengl}" != "xno"; then
[CXXFLAGS="$CXXFLAGS -DNOOPENGL"
enable_opengl="no"])
fi
+AC_LANG_POP()
AC_CHECK_LIB(z, gzopen,, AC_MSG_ERROR([*** zlib is missing]))