diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-30 14:41:08 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:18 +1000 |
commit | 385e02e9d9b9fccf48614f70ade3ceb2b6345f8a (patch) | |
tree | 17a40c191fba17981fa8a4edd766855cc3399914 /buildtools/wafsamba/wscript | |
parent | 33d5c4a18c1b194d82e077844bb27d922de815a9 (diff) | |
download | samba-385e02e9d9b9fccf48614f70ade3ceb2b6345f8a.tar.gz samba-385e02e9d9b9fccf48614f70ade3ceb2b6345f8a.tar.bz2 samba-385e02e9d9b9fccf48614f70ade3ceb2b6345f8a.zip |
build: added functions for compound configuration testing
This allows us to give a single 'Checking ...' msg for a compound
set of tests.
Diffstat (limited to 'buildtools/wafsamba/wscript')
-rw-r--r-- | buildtools/wafsamba/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript index bf2488a880..89046f578f 100644 --- a/buildtools/wafsamba/wscript +++ b/buildtools/wafsamba/wscript @@ -127,6 +127,7 @@ def configure(conf): add_headers=True) conf.CHECK_HEADERS('strings.h inttypes.h stdint.h unistd.h minix/config.h', add_headers=True) conf.CHECK_HEADERS('ctype.h standards.h stdbool.h stdint.h stdarg.h vararg.h', add_headers=True) + conf.CHECK_HEADERS('limits.h assert.h') # see if we need special largefile flags conf.CHECK_LARGEFILE() |