[Lunar-commits] r25202 - moonbase/trunk/libs/qt4

Auke Kok sofar at lunar-linux.org
Sat Jul 21 00:45:32 CEST 2007


Author: sofar
Date: 2007-07-21 00:45:32 +0200 (Sat, 21 Jul 2007)
New Revision: 25202

Modified:
   moonbase/trunk/libs/qt4/BUILD
Log:
Corrects disabling qt3 support. Guess I didn't catch this when I corrected enabling qt3 support.


From:  zmcgrew at gmail.com


Modified: moonbase/trunk/libs/qt4/BUILD
===================================================================
--- moonbase/trunk/libs/qt4/BUILD	2007-07-20 22:07:26 UTC (rev 25201)
+++ moonbase/trunk/libs/qt4/BUILD	2007-07-20 22:45:32 UTC (rev 25202)
@@ -7,7 +7,7 @@
 
   case  $QT3_SUPPORT  in
     y|Y)  OPTS="$OPTS -qt3support"  ;;
-    n|N)  OPTS="$OPTS -no-qt3-support"  ;;
+    n|N)  OPTS="$OPTS -no-qt3support"  ;;
   esac &&
 
   echo "yes" | ./configure               \



More information about the Lunar-commits mailing list