[Thplot-cvs] CVS: thplot configure.in,1.7,1.8
Status: Pre-Alpha
Brought to you by:
apeden
From: Tony P. <ap...@us...> - 2002-07-12 14:56:27
|
Update of /cvsroot/thplot/thplot In directory usw-pr-cvs1:/tmp/cvs-serv30422 Modified Files: configure.in Log Message: Updates for Mandrake 8.2 Index: configure.in =================================================================== RCS file: /cvsroot/thplot/thplot/configure.in,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** configure.in 6 Jul 2002 14:45:15 -0000 1.7 --- configure.in 12 Jul 2002 14:56:24 -0000 1.8 *************** *** 77,80 **** --- 77,85 ---- else AC_CHECK_LIB(GL, glNewList) + if test "x$ac_cv_lib_GL_glNewList" = "xno"; then + unset ac_cv_lib_GL_glNewList + LDFLAGS="-L/usr/X11R6/lib" + AC_CHECK_LIB(GL, glNewList) + fi AC_CHECK_LIB(GLU, gluGetString) AC_CHECK_LIB(fltk,fl_yes) |