|
From: <mk...@us...> - 2003-04-23 11:14:01
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv15890 Modified Files: configure.in Log Message: Index: configure.in =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/configure.in,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** configure.in 26 Mar 2003 10:17:54 -0000 1.11 --- configure.in 23 Apr 2003 11:13:29 -0000 1.12 *************** *** 53,73 **** dnl check for OpenSceneGraph ! CSP_OSG_CONFIG(osg, 0.9.3, [OpenSceneGraph]) # osg 0.9.3 segfaults when any of these libs are linked against a # minimal version test script. so, no version check for now, just # see if the libs exist. hopefully the next osg release will fix # this! ! AC_CHECK_LIB(osgGLUT, osgGLUTGetVersion, , ! [AC_MSG_ERROR(OpenSceneGraph utility library not found. See http://www.openscenegraph.org)],) ! AC_CHECK_LIB(osgUtil, osgUtilGetVersion, , ! [AC_MSG_ERROR(OpenSceneGraph utility library not found. See http://www.openscenegraph.org)],) ! AC_CHECK_LIB(osgText, osgTextGetVersion, , ! [AC_MSG_ERROR(OpenSceneGraph utility library not found. See http://www.openscenegraph.org)],) ! AC_CHECK_LIB(osgParticle, osgParticleGetVersion, , ! [AC_MSG_ERROR(OpenSceneGraph utility library not found. See http://www.openscenegraph.org)],) #CSP_OSG_CONFIG(osgGLUT, 0.9.3, [OpenSceneGraph GLUT library]) ! #CSP_OSG_CONFIG(osgUtil, 0.9.3, [OpenSceneGraph Util library]) ! #CSP_OSG_CONFIG(osgText, 0.9.3, [OpenSceneGraph Util library]) ! #CSP_OSG_CONFIG(osgParticle, 0.9.3, [OpenSceneGraph Particle library]) CSP_PYTHON(2.2.0) --- 53,74 ---- dnl check for OpenSceneGraph ! CSP_OSG_CONFIG(osg, 0.9.4, [OpenSceneGraph]) # osg 0.9.3 segfaults when any of these libs are linked against a # minimal version test script. so, no version check for now, just # see if the libs exist. hopefully the next osg release will fix # this! ! #AC_CHECK_LIB(osgGLUT, osgGLUTGetVersion, , ! # [AC_MSG_ERROR(OpenSceneGraph utility library not found. See http://www.openscenegraph.org)],) ! #AC_CHECK_LIB(osgUtil, osgUtilGetVersion, , ! # [AC_MSG_ERROR(OpenSceneGraph utility library not found. See http://www.openscenegraph.org)],) ! #AC_CHECK_LIB(osgText, osgTextGetVersion, , ! # [AC_MSG_ERROR(OpenSceneGraph utility library not found. See http://www.openscenegraph.org)],) ! #AC_CHECK_LIB(osgParticle, osgParticleGetVersion, , ! # [AC_MSG_ERROR(OpenSceneGraph utility library not found. See http://www.openscenegraph.org)],) ! # GLUT is no longer needed. #CSP_OSG_CONFIG(osgGLUT, 0.9.3, [OpenSceneGraph GLUT library]) ! CSP_OSG_CONFIG(osgUtil, 0.9.4, [OpenSceneGraph Util library]) ! CSP_OSG_CONFIG(osgText, 0.9.4, [OpenSceneGraph Text library]) ! CSP_OSG_CONFIG(osgParticle, 0.9.4, [OpenSceneGraph Particle library]) CSP_PYTHON(2.2.0) |