From: Tobias Gläßer Date: Mon, 10 May 2004 23:31:00 +0000 (+0000) Subject: make sure -lGL is used in opengl enabled mode X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=70ed43aad7bb5f91d32d2a13b2f8b231422a9a1b;p=supertux.git make sure -lGL is used in opengl enabled mode SVN-Revision: 1098 --- diff --git a/configure.ac b/configure.ac index 422b03f86..851c49247 100644 --- a/configure.ac +++ b/configure.ac @@ -88,7 +88,7 @@ if test "x$no_gl" = "xyes" -o "x$enable_opengl" = "xno"; then else CFLAGS="$CFLAGS $GL_CFLAGS" CXXFLAGS="$CXXFLAGS $GL_CFLAGS" - LIBS="$LIBS $GL_LIBS" + LIBS="$LIBS $GL_LIBS -lGL" fi AC_CHECK_LIB(z, gzopen,, AC_MSG_ERROR([*** zlib is missing]))