aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-01-08 23:40:01 -0800
committerPaul Eggert2011-01-08 23:40:01 -0800
commit375645439ed04ba35ae1ee2be20203dd60f6d3bb (patch)
treef40a97ee002daa90814120a99a85b975f64b901b
parente275c824b0fe255bbb5af98a6c9a21bb8321d6e8 (diff)
downloademacs-375645439ed04ba35ae1ee2be20203dd60f6d3bb.tar.gz
emacs-375645439ed04ba35ae1ee2be20203dd60f6d3bb.zip
* configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
-rw-r--r--ChangeLog2
-rw-r--r--configure.in3
2 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ac1d6d5d32..0f43fbc1e4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
12011-01-09 Paul Eggert <eggert@cs.ucla.edu> 12011-01-09 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
4
3 Regenerate. 5 Regenerate.
4 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h: 6 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
5 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4: 7 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
diff --git a/configure.in b/configure.in
index 024d520315c..20e90faabbf 100644
--- a/configure.in
+++ b/configure.in
@@ -690,9 +690,6 @@ else
690 test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS" 690 test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS"
691fi 691fi
692 692
693dnl checks for Unix variants
694AC_USE_SYSTEM_EXTENSIONS
695
696### Use -Wno-pointer-sign if the compiler supports it 693### Use -Wno-pointer-sign if the compiler supports it
697AC_MSG_CHECKING([whether gcc understands -Wno-pointer-sign]) 694AC_MSG_CHECKING([whether gcc understands -Wno-pointer-sign])
698SAVE_CFLAGS="$CFLAGS" 695SAVE_CFLAGS="$CFLAGS"