build: Import conf decorator in samba_conftests.py
authorKai Blin <kai@samba.org>
Thu, 25 Mar 2010 12:53:10 +0000 (06:53 -0600)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:07 +0000 (20:27 +1000)
buildtools/wafsamba/samba_conftests.py

index 347142c76c9996926d39d98ec741be146e64147a..c73a9d4f02f2635f7f9874107f839f3f3f68edba 100644 (file)
@@ -1,6 +1,6 @@
 # a set of config tests that use the samba_autoconf functions
 # to test for commonly needed configuration options
-
+from Configure import conf
 
 @conf
 def CHECK_ICONV(conf, define='HAVE_NATIVE_ICONV'):