[Plib-cvs] plib/demos/ttt3d configure.in,1.4,1.5
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-06-12 11:27:26
|
Update of /cvsroot/plib/plib/demos/ttt3d In directory usw-pr-cvs1:/tmp/cvs-serv26209/demos/ttt3d Modified Files: configure.in Log Message: Removed unused check for xmesa.h Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/demos/ttt3d/configure.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- configure.in 17 Dec 2001 03:25:43 -0000 1.4 +++ configure.in 12 Jun 2002 11:27:22 -0000 1.5 @@ -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 |