lib/replace: execute strptime.c tests
authorStefan Metzmacher <metze@samba.org>
Wed, 13 Jun 2012 11:17:46 +0000 (13:17 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 14 Jun 2012 07:34:13 +0000 (09:34 +0200)
They need runtime verification.

metze

lib/replace/wscript

index aa69c47316651bcdc9728ecbbfce6bc0cf5ddb23..743b5fe63299ff4bc38f37de3b8b8728fb98a6e7 100644 (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)