gnome-python r614 - trunk



Author: gjc
Date: Sun Feb  3 12:19:46 2008
New Revision: 614
URL: http://svn.gnome.org/viewvc/gnome-python?rev=614&view=rev

Log:
WAF: allow python tool to use libdir (with waf trunk)

Modified:
   trunk/ChangeLog
   trunk/wscript

Modified: trunk/wscript
==============================================================================
--- trunk/wscript	(original)
+++ trunk/wscript	Sun Feb  3 12:19:46 2008
@@ -29,10 +29,10 @@
 def configure(conf):
     conf.check_tool('misc')
     conf.check_tool('compiler_cc')
+    conf.check_tool('gnome')
     conf.check_tool('python')
     conf.check_python_version((2,4))
     conf.check_python_headers()
-    conf.check_tool('gnome')
     conf.define('VERSION', VERSION)
 
     version = [int(s) for s in VERSION.split('.')]



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