]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Jan 2011 07:40:01 +0000 (23:40 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Jan 2011 07:40:01 +0000 (23:40 -0800)
ChangeLog
configure.in

index 9ac1d6d5d32129dc9113f3dee83934321b7d5908..0f43fbc1e4d4d7a2ff9f06a4ecce83e01d4bb1f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-01-09  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
+
        Regenerate.
        * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
        * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
index 024d520315c338a76d7fc21ca0cfb9f570b1a132..20e90faabbf4bdd48b1052e9dc55bd90765528a4 100644 (file)
@@ -690,9 +690,6 @@ else
   test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS"
 fi
 
-dnl checks for Unix variants
-AC_USE_SYSTEM_EXTENSIONS
-
 ### Use -Wno-pointer-sign if the compiler supports it
 AC_MSG_CHECKING([whether gcc understands -Wno-pointer-sign])
 SAVE_CFLAGS="$CFLAGS"