From 6663f7825606d40077dede0ad5ee0df8ab19c708 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Thu, 25 Mar 2010 06:53:10 -0600 Subject: build: Import conf decorator in samba_conftests.py --- buildtools/wafsamba/samba_conftests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools/wafsamba/samba_conftests.py') diff --git a/buildtools/wafsamba/samba_conftests.py b/buildtools/wafsamba/samba_conftests.py index 347142c76c..c73a9d4f02 100644 --- a/buildtools/wafsamba/samba_conftests.py +++ b/buildtools/wafsamba/samba_conftests.py @@ -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'): -- cgit