1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

lib/replace: execute strptime.c tests

They need runtime verification.

metze
This commit is contained in:
Stefan Metzmacher 2012-06-13 13:17:46 +02:00
parent e3a3c0d764
commit 0a92ac2ddc

View File

@ -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)