From: Richard Kettlewell Date: Sun, 1 Jul 2007 13:09:29 +0000 (+0100) Subject: Remove redundant words in configure output. Reported by Colin Watson. X-Git-Tag: debian-1_5_99dev8~309 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/9a5f7abafbf07e97b1eae9d13041fe133554c195 Remove redundant words in configure output. Reported by Colin Watson. --- diff --git a/configure.ac b/configure.ac index c87a40a..72a0a96 100644 --- a/configure.ac +++ b/configure.ac @@ -349,7 +349,7 @@ if test "x$GCC" = xyes; then CC="${CC} $gcc_werror" # for older GCCs that don't know %ju (etc) - AC_CACHE_CHECK([checking whether -Wno-format is required], + AC_CACHE_CHECK([whether -Wno-format is required], rjk_cv_noformat, AC_TRY_COMPILE([#include #include @@ -361,7 +361,7 @@ if test "x$GCC" = xyes; then CC="${CC} -Wno-format" fi - AC_CACHE_CHECK([checking whether -Wshadow is OK], + AC_CACHE_CHECK([whether -Wshadow is OK], rjk_cv_shadow, oldCC="${CC}" CC="${CC} -Wshadow"