gegl r2578 - branches/branch2_zhangjb



Author: zhangjb
Date: Tue Aug 12 02:45:23 2008
New Revision: 2578
URL: http://svn.gnome.org/viewvc/gegl?rev=2578&view=rev

Log:


Modified:
   branches/branch2_zhangjb/configure.ac

Modified: branches/branch2_zhangjb/configure.ac
==============================================================================
--- branches/branch2_zhangjb/configure.ac	(original)
+++ branches/branch2_zhangjb/configure.ac	Tue Aug 12 02:45:23 2008
@@ -814,18 +814,19 @@
 
 dnl disable build of workshop operations.
 AC_ARG_ENABLE([workshop],
-              [  --enable-workshop       allow use of GPL code, the frequency domain operations are build \
-	        and gegl will be under GPL (default=no)],,
+              [  --enable-workshop       enable build of workshop operations (default=no)],,
               enable_workshop="no")
 
-AM_CONDITIONAL(ENABLE_GPL, test "x$enable_gpl" == "xyes")
+AM_CONDITIONAL(ENABLE_WORKSHOP, test "x$enable_workshop" == "xyes")
 
 dnl disable gpl codes.
 AC_ARG_ENABLE([gpl],
-              [  --enable-gpl       enable build of gpl licence codes (frequency domain operations) (default=no)],,
+              [  --enable-gpl       allow use of GPL code, the frequency domain operations are build \
+	                            and gegl will be under GPL (default=no)],,
               enable_gpl="no")
 
-AM_CONDITIONAL(ENABLE_WORKSHOP, test "x$enable_workshop" == "xyes")
+AM_CONDITIONAL(ENABLE_GPL, test "x$enable_gpl" == "xyes")
+
 
 
 dnl bin/node-editors/Makefile



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]