mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 13:42:21 +00:00
- Applied a patch from Ulrich Spoerlein to the configure
"--with-opengl" argument.
This commit is contained in:
parent
d0557964e7
commit
dbc7d43cdd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue