From 13279da4f123765c053ca9115fa5529e3402b2a4 Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Mon, 21 May 2001 06:42:06 +0000 Subject: [PATCH] At Mercury's request, undo his last configure.in change. --- configure.in | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/configure.in b/configure.in index 662ab6905..cf80e6a1d 100644 --- a/configure.in +++ b/configure.in @@ -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