summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-13 13:17:46 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-14 09:34:13 +0200
commit0a92ac2ddc8d27c70d3399610c51d1ed65564239 (patch)
tree35c1f4838de9bb80845fb5c3ada0803c079b439e /lib/replace
parente3a3c0d7640f8fcefde901b7e35a2f22e7d3a033 (diff)
downloadsamba-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/replace')
-rw-r--r--lib/replace/wscript1
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)