From a74e8e38b9829bf5a5075fbe637e463c5be6114c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 22 Apr 2012 22:43:08 -0700 Subject: [PATCH] * configure.in: Remove wrong part of comment. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 4c6f4e537c..46b2e9993e 100644 --- a/configure.in +++ b/configure.in @@ -737,7 +737,7 @@ else AC_SUBST([WERROR_CFLAGS]) nw="$nw -Waggregate-return" # anachronistic - nw="$nw -Wlong-long" # C90 is anachronistic (lib/gethrxtime.h) + nw="$nw -Wlong-long" # C90 is anachronistic nw="$nw -Wc++-compat" # We don't care about C++ compilers nw="$nw -Wundef" # Warns on '#if GNULIB_FOO' etc in gnulib nw="$nw -Wtraditional" # Warns on #elif which we use often -- 2.20.1