Update of /cvsroot/plib/plib/demos/exposer
In directory usw-pr-cvs1:/tmp/cvs-serv26209/demos/exposer
Modified Files:
configure.in
Log Message:
Removed unused check for xmesa.h
Index: configure.in
===================================================================
RCS file: /cvsroot/plib/plib/demos/exposer/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- configure.in 17 Dec 2001 03:25:43 -0000 1.6
+++ configure.in 12 Jun 2002 11:27:22 -0000 1.7
@@ -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
|