From: Stefan Metzmacher Date: Wed, 13 Jun 2012 11:17:46 +0000 (+0200) Subject: lib/replace: execute strptime.c tests X-Git-Tag: samba-4.0.0beta2~183 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a92ac2ddc8d27c70d3399610c51d1ed65564239;p=thirdparty%2Fsamba.git lib/replace: execute strptime.c tests They need runtime verification. metze --- diff --git a/lib/replace/wscript b/lib/replace/wscript index aa69c473166..743b5fe6329 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)