]> git.pond.sub.org Git - empserver/blobdiff - m4/ax_append_flag.m4
configure: Use -fstack-protector-strong when available
[empserver] / m4 / ax_append_flag.m4
index aeab89979ac1ae08522681ed58decb11987273a6..08f2e07ec61bd428279958705ab200cded8e59d0 100644 (file)
@@ -49,7 +49,7 @@
 #   modified version of the Autoconf Macro, you may extend this special
 #   exception to the GPL to apply to your modified version as well.
 
-#serial 5
+#serial 6
 
 AC_DEFUN([AX_APPEND_FLAG],
 [dnl
@@ -59,7 +59,7 @@ AS_VAR_SET_IF(FLAGS,[
   AS_CASE([" AS_VAR_GET(FLAGS) "],
     [*" $1 "*], [AC_RUN_LOG([: FLAGS already contains $1])],
     [
-     AS_VAR_APPEND(FLAGS," $1")
+     AS_VAR_APPEND(FLAGS,[" $1"])
      AC_RUN_LOG([: FLAGS="$FLAGS"])
     ])
   ],