From 686e360c61c1623969747641ab2e7d4bd8afa965 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sun, 21 Mar 2004 16:33:00 +0000 Subject: [PATCH] use C for SDL_mixer/image test SVN-Revision: 297 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])) -- 2.11.0