From 874e3a3f5cb10313856284646fcee7cf86e4fcce Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Wed, 10 Aug 2016 22:58:33 -0700 Subject: [PATCH] [4533] Fix up some typos in the comments --- configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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,