From 70ed43aad7bb5f91d32d2a13b2f8b231422a9a1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Gl=C3=A4=C3=9Fer?= Date: Mon, 10 May 2004 23:31:00 +0000 Subject: [PATCH] make sure -lGL is used in opengl enabled mode SVN-Revision: 1098 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])) -- 2.11.0