From: Jorge Pereira Date: Tue, 9 Jul 2019 17:48:22 +0000 (-0300) Subject: configure.ac: Fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=009b90c4e62e9cbb6342be5f5fa18bbab65a3b04;p=thirdparty%2Ffreeradius-server.git configure.ac: Fix typo --- diff --git a/configure b/configure index d127b05f864..df63e875a49 100755 --- 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 \ diff --git a/configure.ac b/configure.ac index 9d213273018..7a74d01c026 100644 --- a/configure.ac +++ b/configure.ac @@ -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 \