- Reworded a comment

This commit is contained in:
Jamie Wilkinson 2002-10-14 21:36:35 +00:00
parent 14068cee85
commit a0757dd424
1 changed files with 2 additions and 2 deletions

View File

@ -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"