From: Paul Eggert Date: Mon, 23 Apr 2012 05:43:08 +0000 (-0700) Subject: * configure.in: Remove wrong part of comment. X-Git-Tag: emacs-24.2.90~471^2~306 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a74e8e38b9829bf5a5075fbe637e463c5be6114c;p=emacs.git * configure.in: Remove wrong part of comment. --- diff --git a/configure.in b/configure.in index 4c6f4e537c6..46b2e9993ed 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