]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
-Werror args probably don't contain spaces, but they do contain hyphens
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 10 Sep 2019 19:46:13 +0000 (14:46 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 10 Sep 2019 19:46:13 +0000 (14:46 -0500)
src/modules/rlm_python/configure
src/modules/rlm_python/configure.ac

index 91820d6960b5ae3a7b3918ed6711fddb0d5d7d82..142f5433e3841178696487d951d06051a9e3f194 100755 (executable)
@@ -2783,7 +2783,7 @@ $as_echo "$as_me: ${PYTHON_CONFIG_BIN}'s cflags were \"${python_cflags}\"" >&6;}
                s/-isysroot[ =]\{0,1\}[^-]*//g;\
                s/-O[[:digit:]][[:blank:]]*//g;\
                s/-g[[:digit:]]*[[:blank:]]*//g;\
-               s/-Werror\([ =]\{0,1\}[^-]*\)\{0,1\}//g;\
+               s/-Werror\([ =]\{0,1\}[^ ]*\)\{0,1\}//g;\
                s/-DNDEBUG[[:blank:]]*//g'`
        { $as_echo "$as_me:${as_lineno-$LINENO}: Sanitized cflags were \"${mod_cflags}\"" >&5
 $as_echo "$as_me: Sanitized cflags were \"${mod_cflags}\"" >&6;}
@@ -2819,6 +2819,10 @@ fi
 
 
 
+
+unset ac_cv_env_LIBS_set
+unset ac_cv_env_LIBS_value
+
 ac_config_files="$ac_config_files all.mk"
 
 cat >confcache <<\_ACEOF
@@ -3976,3 +3980,4 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
 fi
 
+
index 59ec6ceaf50a9fa9d7e91f41e9fece522dc10eb4..1cfd8bd04d3643721343b9f8a7f6725004f3d89d 100644 (file)
@@ -46,7 +46,7 @@ if test x$with_[]modname != xno; then
                s/-isysroot[[ =]]\{0,1\}[[^-]]*//g;\
                s/-O[[[:digit:]]][[[:blank:]]]*//g;\
                s/-g[[[:digit:]]]*[[[:blank:]]]*//g;\
-               s/-Werror\([[ =]]\{0,1\}[[^-]]*\)\{0,1\}//g;\
+               s/-Werror\([[ =]]\{0,1\}[[^ ]]*\)\{0,1\}//g;\
                s/-DNDEBUG[[[:blank:]]]*//g'`
        AC_MSG_NOTICE([Sanitized cflags were \"${mod_cflags}\"])