diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-13 13:17:46 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-14 09:34:13 +0200 |
commit | 0a92ac2ddc8d27c70d3399610c51d1ed65564239 (patch) | |
tree | 35c1f4838de9bb80845fb5c3ada0803c079b439e /lib | |
parent | e3a3c0d7640f8fcefde901b7e35a2f22e7d3a033 (diff) | |
download | samba-0a92ac2ddc8d27c70d3399610c51d1ed65564239.tar.gz samba-0a92ac2ddc8d27c70d3399610c51d1ed65564239.tar.bz2 samba-0a92ac2ddc8d27c70d3399610c51d1ed65564239.zip |
lib/replace: execute strptime.c tests
They need runtime verification.
metze
Diffstat (limited to 'lib')
-rw-r--r-- | lib/replace/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index aa69c47316..743b5fe632 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -314,6 +314,7 @@ removeea setea if not conf.CHECK_CODE('''#define LIBREPLACE_CONFIGURE_TEST_STRPTIME #include "test/strptime.c"''', define='HAVE_STRPTIME', + execute=True, addmain=False, msg='Checking for working strptime'): conf.DEFINE('REPLACE_STRPTIME', 1) |