diff options
author | Günther Deschner <gd@samba.org> | 2011-02-22 22:34:05 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-22 22:57:55 +0100 |
commit | b1e5dc716e1d968edf7e2686ba1dda3a42381541 (patch) | |
tree | 86be4561ba5a63c7f2183067b25aadc051107918 /source3/wscript | |
parent | 7f0ef4fb4ad430190d143b0ed73fb3a68dde17fd (diff) | |
download | samba-b1e5dc716e1d968edf7e2686ba1dda3a42381541.tar.gz samba-b1e5dc716e1d968edf7e2686ba1dda3a42381541.tar.xz samba-b1e5dc716e1d968edf7e2686ba1dda3a42381541.zip |
s3-waf: add check for TDB_ERR_NESTING.
Guenther
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index 99176ac2e1..72fc37fe85 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1477,6 +1477,11 @@ main() { conf.DEFINE('AIX_SENDFILE_API', '1') conf.DEFINE('WITH_SENDFILE', '1') + conf.CHECK_CODE('''enum TDB_ERROR err = TDB_ERR_NESTING''', + 'HAVE_TDB_ERR_NESTING', + headers='tdb.h', + msg='Checking whether we have TDB_ERR_NESTING') + default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam auth_sam auth_unix auth_winbind auth_wbc auth_server auth_domain auth_builtin vfs_default |