Update of /cvsroot/plib/plib/demos/p-guide
In directory usw-pr-cvs1:/tmp/cvs-serv26209/demos/p-guide
Modified Files:
configure.in
Log Message:
Removed unused check for xmesa.h
Index: configure.in
===================================================================
RCS file: /cvsroot/plib/plib/demos/p-guide/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- configure.in 8 May 2002 22:49:55 -0000 1.1
+++ configure.in 12 Jun 2002 11:27:22 -0000 1.2
@@ -49,15 +49,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
|