mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-13 22:21:34 +00:00
- Reworded a comment
This commit is contained in:
parent
14068cee85
commit
a0757dd424
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@ if test "x$HAVE_OPENGL" != xno; then
|
||||||
AC_CHECK_LIB(GL, glBegin,
|
AC_CHECK_LIB(GL, glBegin,
|
||||||
OPENGL_LIBS="$OPENGL_LIBS -lGL"
|
OPENGL_LIBS="$OPENGL_LIBS -lGL"
|
||||||
HAVE_OPENGL=yes,
|
HAVE_OPENGL=yes,
|
||||||
dnl add -lX11 and -lXext on FreeBSD if the first
|
dnl add -lX11 and -lXext if the first test failed
|
||||||
dnl test failed
|
dnl (for, e.g. FreeBSD)
|
||||||
unset ac_cv_lib_GL_glBegin
|
unset ac_cv_lib_GL_glBegin
|
||||||
AC_CHECK_LIB(GL, glBegin,
|
AC_CHECK_LIB(GL, glBegin,
|
||||||
OPENGL_LIBS="$OPENGL_LIBS -lX11 -lXext"
|
OPENGL_LIBS="$OPENGL_LIBS -lX11 -lXext"
|
||||||
|
|
Loading…
Reference in a new issue