From: Ingo Ruhnke Date: Sun, 21 Mar 2004 16:33:00 +0000 (+0000) Subject: use C for SDL_mixer/image test X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=686e360c61c1623969747641ab2e7d4bd8afa965;p=supertux.git use C for SDL_mixer/image test SVN-Revision: 297 --- diff --git a/configure.ac b/configure.ac index 0aeb89d1a..659a864d2 100644 --- 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]))