]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in: Remove wrong part of comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Apr 2012 05:43:08 +0000 (22:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Apr 2012 05:43:08 +0000 (22:43 -0700)
configure.in

index 4c6f4e537c6be63b0f3765d97d09303e4c8a7ce0..46b2e9993edc051db2ba1b44b24d76a8e9771ecd 100644 (file)
@@ -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