diff options
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/wscript b/source3/wscript index c329cbf00b..25140486f9 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1358,11 +1358,6 @@ main() { msg="getcwd takes a NULL argument") - 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') - # UnixWare 7.x has its getspnam in -lgen conf.CHECK_FUNCS_IN('getspnam', 'gen') conf.CHECK_FUNCS_IN('getspnam', 'security') |