- Applied a patch from Ulrich Spoerlein to the configure

"--with-opengl" argument.
This commit is contained in:
Jamie Wilkinson 2002-09-25 12:45:21 +00:00
parent d0557964e7
commit dbc7d43cdd
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ AC_SUBST(HAVE_X)
AC_SUBST(XTRA_LIBS) AC_SUBST(XTRA_LIBS)
dnl Check for OpenGL dnl Check for OpenGL
AC_ARG_WITH(gl, AC_ARG_WITH(opengl,
[ --with-opengl=DIR use OpenGL in DIR ], [ --with-opengl=DIR use OpenGL in DIR ],
HAVE_OPENGL=$withval, HAVE_OPENGL=$withval,
HAVE_OPENGL=auto) HAVE_OPENGL=auto)