From: Shawn Routhier Date: Thu, 11 Aug 2016 05:58:33 +0000 (-0700) Subject: [4533] Fix up some typos in the comments X-Git-Tag: trac4551_base~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=874e3a3f5cb10313856284646fcee7cf86e4fcce;p=thirdparty%2Fkea.git [4533] Fix up some typos in the comments --- diff --git a/configure.ac b/configure.ac index bb88373bcf..609cf8a8c8 100644 --- a/configure.ac +++ b/configure.ac @@ -205,16 +205,16 @@ KEA_CXXFLAGS="$KEA_CXXFLAGS $MULTITHREADING_FLAG" # Disable -Werror by default. Only use it if specifically enabled. # The usage of this flag is: # -# No flag: -Werror is disabled -# --with-werror: -Werror is enabled -# --with-werror=yes: -Werror is enabled -# --with-werror=no: -Werror is disabled -# --With-error=value -Werror is enabled and "value" is included in the compiler flags +# No flag: -Werror is disabled +# --with-werror: -Werror is enabled +# --with-werror=yes: -Werror is enabled +# --with-werror=no: -Werror is disabled +# --with-werror=value -Werror is enabled and "value" is included in the compiler flags # # In the last case, "value" may be one or more compiler flags, e.g. # --with-werror=-Wundef -# --with-error='-Wundef -Wconversion' +# --with-werror='-Wundef -Wconversion' werror_extras= AC_ARG_WITH(werror,