]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
configure.ac: Fix typo
authorJorge Pereira <jpereira@freeradius.org>
Tue, 9 Jul 2019 17:48:22 +0000 (14:48 -0300)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 9 Jul 2019 18:02:14 +0000 (14:02 -0400)
configure
configure.ac

index d127b05f8644f50c21e894d61d73b5e3fb004fba..df63e875a49af2bf399339f5eca9d4d3ca8b6fb9 100755 (executable)
--- a/configure
+++ b/configure
@@ -12708,7 +12708,7 @@ fi
 $as_echo "$ax_cv_cc_weverything_flag" >&6; }
 
   if test "x$ax_cv_cc_weverything_flag" = "xyes"; then
-    devcflags="$devflags \
+    devcflags="$devcflags \
        -W \
        -Weverything \
        -Wformat=2 \
@@ -12732,7 +12732,7 @@ $as_echo "$ax_cv_cc_weverything_flag" >&6; }
        -Wno-format-pedantic"
   else
     if test "x$GCC" = "xyes"; then
-      devcflags="$devflags \
+      devcflags="$devcflags \
        -Wshadow \
        -Wpointer-arith \
        -Wcast-qual \
index 9d213273018a407eb6d1f5101805406ceeea805e..7a74d01c02687053d601a7aabc8264f085193fd4 100644 (file)
@@ -1625,7 +1625,7 @@ if test "x$developer" = "xyes"; then
   dnl #
   AX_CC_WEVERYTHING_FLAG
   if test "x$ax_cv_cc_weverything_flag" = "xyes"; then
-    devcflags="$devflags \
+    devcflags="$devcflags \
        -W \
        -Weverything \
        -Wformat=2 \
@@ -1649,7 +1649,7 @@ if test "x$developer" = "xyes"; then
        -Wno-format-pedantic"
   else
     if test "x$GCC" = "xyes"; then
-      devcflags="$devflags \
+      devcflags="$devcflags \
        -Wshadow \
        -Wpointer-arith \
        -Wcast-qual \