mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-11-10 07:12:01 +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,
|
||||
OPENGL_LIBS="$OPENGL_LIBS -lGL"
|
||||
HAVE_OPENGL=yes,
|
||||
dnl add -lX11 and -lXext on FreeBSD if the first
|
||||
dnl test failed
|
||||
dnl add -lX11 and -lXext if the first test failed
|
||||
dnl (for, e.g. FreeBSD)
|
||||
unset ac_cv_lib_GL_glBegin
|
||||
AC_CHECK_LIB(GL, glBegin,
|
||||
OPENGL_LIBS="$OPENGL_LIBS -lX11 -lXext"
|
||||
|
|
Loading…
Reference in a new issue