Commit in SimDist on MAIN
configure+231.76 -> 1.77


SimDist
configure 1.76 -> 1.77
diff -u -r1.76 -r1.77
--- configure	24 Sep 2009 17:47:37 -0000	1.76
+++ configure	27 Oct 2009 19:45:39 -0000	1.77
@@ -2754,6 +2754,29 @@
   G4VIS_USE_RAYTRACERX=1
 fi
 
+# Config verbose setting.  No verbose means better performance.
+
+
+echo "$as_me:$LINENO: checking whether to set G4VERBOSE" >&5
+echo $ECHO_N "checking whether to set G4VERBOSE... $ECHO_C" >&6
+
+# Check whether --enable-g4verbose or --disable-g4verbose was given.
+if test "${enable_g4verbose+set}" = set; then
+  enableval="$enable_g4verbose"
+
+fi;
+
+if test "${enable_g4verbose}" != "no"; then
+  G4VERBOSE=1
+  echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6
+else
+  echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
+fi
+
+
+
 # Variable substitutions.
 
 
CVSspam 0.2.8