diff options
author | Kai Blin <kai@samba.org> | 2010-03-25 06:53:10 -0600 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:07 +1000 |
commit | 6663f7825606d40077dede0ad5ee0df8ab19c708 (patch) | |
tree | 120c26e9dc36a2d4dd6e12c89eac9a1d4d2b6add /buildtools/wafsamba | |
parent | 2cac0c27cf5b8606fce53ca02fe0d47504e57514 (diff) | |
download | samba-6663f7825606d40077dede0ad5ee0df8ab19c708.tar.gz samba-6663f7825606d40077dede0ad5ee0df8ab19c708.tar.bz2 samba-6663f7825606d40077dede0ad5ee0df8ab19c708.zip |
build: Import conf decorator in samba_conftests.py
Diffstat (limited to 'buildtools/wafsamba')
-rw-r--r-- | buildtools/wafsamba/samba_conftests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'): |