From dbc7d43cdddb02ebc802863369eb3cd9c482bc6f Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Wed, 25 Sep 2002 12:45:21 +0000 Subject: [PATCH] - Applied a patch from Ulrich Spoerlein to the configure "--with-opengl" argument. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 577a6ed..0782fca 100644 --- a/configure.in +++ b/configure.in @@ -141,7 +141,7 @@ AC_SUBST(HAVE_X) AC_SUBST(XTRA_LIBS) dnl Check for OpenGL -AC_ARG_WITH(gl, +AC_ARG_WITH(opengl, [ --with-opengl=DIR use OpenGL in DIR ], HAVE_OPENGL=$withval, HAVE_OPENGL=auto)