gnome-python-desktop r514 - trunk



Author: gjc
Date: Sat Jan  3 22:56:49 2009
New Revision: 514
URL: http://svn.gnome.org/viewvc/gnome-python-desktop?rev=514&view=rev

Log:
Properly enable autoconfig in WAF

Modified:
   trunk/   (props changed)
   trunk/wscript

Modified: trunk/wscript
==============================================================================
--- trunk/wscript	(original)
+++ trunk/wscript	Sat Jan  3 22:56:49 2009
@@ -6,7 +6,10 @@
 blddir = 'build'
 
 import Options
-Options.autoconfig = True
+
+import Configure
+Configure.autoconfig = True
+
 import Logs
 import Build
 



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