diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure index e3be2c0faf1b..5589f8e761f0 100755 --- a/configure +++ b/configure @@ -622,6 +622,7 @@ ac_includes_default="\ ac_subst_vars='LTLIBOBJS LIBOBJS REGEX_O +SECURE_COMPILE INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM @@ -5269,9 +5270,13 @@ fi if test "${with_secure+set}" = set; then : withval=$with_secure; $as_echo "#define SECURE_COMPILE 1" >>confdefs.h + SECURE_COMPILE=1 + else $as_echo "#define SECURE_COMPILE 0" >>confdefs.h + SECURE_COMPILE=0 + fi |