Update of /cvsroot/plib/plib/examples
In directory usw-pr-cvs1:/tmp/cvs-serv26209/examples
Modified Files:
configure.in
Log Message:
Removed unused check for xmesa.h
Index: configure.in
===================================================================
RCS file: /cvsroot/plib/plib/examples/configure.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- configure.in 13 May 2002 17:31:54 -0000 1.19
+++ configure.in 12 Jun 2002 11:27:22 -0000 1.20
@@ -50,15 +50,15 @@
AC_CHECK_LIB(MesaGL, glNewList,,,$x_suffix)
fi
- dnl if using mesa, check for xmesa.h
- if test "x$ac_cv_lib_MesaGL_glNewList" = "xyes" ; then
- AC_CHECK_HEADER(GL/xmesa.h)
- AM_CONDITIONAL(ENABLE_XMESA_FX, \
- test "x$ac_cv_header_GL_xmesa_h" = "xyes")
- else
- dnl force a failed check
- AM_CONDITIONAL(ENABLE_XMESA_FX, test "no" = "yes")
- fi
+dnl dnl if using mesa, check for xmesa.h
+dnl if test "x$ac_cv_lib_MesaGL_glNewList" = "xyes" ; then
+dnl AC_CHECK_HEADER(GL/xmesa.h)
+dnl AM_CONDITIONAL(ENABLE_XMESA_FX, \
+dnl test "x$ac_cv_header_GL_xmesa_h" = "xyes")
+dnl else
+dnl dnl force a failed check
+dnl AM_CONDITIONAL(ENABLE_XMESA_FX, test "no" = "yes")
+dnl fi
AC_CHECK_LIB(GLU, gluLookAt,,,$x_suffix)
if test "x$ac_cv_lib_GLU_gluLookAt" = "xno" ; then
|