From a764cdfce8e5abe2f997ec5cc51cb0daf49306b9 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Tue, 15 Oct 2002 22:22:53 +0000 Subject: [PATCH] - Added another fix from Ulrich for FreeBSD. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 44eac9e..63e481f 100644 --- a/configure.in +++ b/configure.in @@ -165,7 +165,7 @@ if test "x$HAVE_OPENGL" != xno; then OPENGL_LIBS="$OPENGL_LIBS -lX11 -lXext" HAVE_OPENGL=yes, HAVE_OPENGL=no, - [$OPENGL_LIBS] + [$OPENGL_LIBS -lX11 -lXext] ), [$OPENGL_LIBS] )