Print

Print


Commit in SimDist/build on MAIN
qt.m4+1-11.1 -> 1.2
only enable qt if set to yes

SimDist/build
qt.m4 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- qt.m4	8 Sep 2010 23:04:05 -0000	1.1
+++ qt.m4	12 Oct 2010 21:24:04 -0000	1.2
@@ -42,7 +42,7 @@
                              [Enable or disable usage of Qt with Geant4.])
              )
 
-if test "${enable_qt}" != "no"; then
+if test "${enable_qt}" == "yes"; then
   AC_MSG_RESULT(yes)
   if test -z "${QTHOME}"; then
     AC_MSG_ERROR(Qt enabled but QTHOME is not set)
CVSspam 0.2.8