At Mercury's request, undo his last configure.in change.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-05-21 06:42:06 +00:00
parent e9a2509837
commit 13279da4f1

View file

@ -602,18 +602,6 @@ if test "x$glx_libraries" != xauto -a "x$glx_libraries" != xno -a "x$glx_librari
[ -L$glx_libraries -lX11 $X_EXTRA_LIBS ]
)
fi
AC_CHECK_LIB(GL, glColor4f,
HAVE_GLX=yes
OGL_NAME=GL,,
[ -L$glx_libraries ]
)
if test "x$HAVE_GLX" != xyes; then
AC_CHECK_LIB(MesaGL, glColor4f,
HAVE_GLX=yes
OGL_NAME=MesaGL,,
[ -L$glx_libraries ]
)
fi
if test "x$HAVE_GLX" != xyes; then
AC_CHECK_LIB(opengl32, glColor4f,
HAVE_GLX=yes