Commit in SimDist on MAIN
build/geant4.m4+1-11.6 -> 1.7
configure+1-11.60 -> 1.61
+2-2
2 modified files


SimDist/build
geant4.m4 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- geant4.m4	17 Aug 2007 18:16:32 -0000	1.6
+++ geant4.m4	17 Aug 2007 20:51:03 -0000	1.7
@@ -90,7 +90,7 @@
 AC_MSG_RESULT($G4SYSTEM)
 
 # OpenGL.
-if test "${enable_opengl}" = "yes"; then
+if test "${enable_opengl}" != "no"; then
   G4VIS_USE_OPENGLX=1
   G4VIS_BUILD_OPENGLX_DRIVER=1
 fi

SimDist
configure 1.60 -> 1.61
diff -u -r1.60 -r1.61
--- configure	17 Aug 2007 18:16:31 -0000	1.60
+++ configure	17 Aug 2007 20:51:04 -0000	1.61
@@ -2585,7 +2585,7 @@
 echo "${ECHO_T}$G4SYSTEM" >&6
 
 # OpenGL.
-if test "${enable_opengl}" = "yes"; then
+if test "${enable_opengl}" != "no"; then
   G4VIS_USE_OPENGLX=1
   G4VIS_BUILD_OPENGLX_DRIVER=1
 fi
CVSspam 0.2.8