Mercurial > emacs
changeset 112312:b9b02605a4af
* configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 08 Jan 2011 23:40:01 -0800 |
parents | babd014aab81 |
children | a68c30a5d799 |
files | ChangeLog configure.in |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Jan 08 23:33:50 2011 -0800 +++ b/ChangeLog Sat Jan 08 23:40:01 2011 -0800 @@ -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:
--- a/configure.in Sat Jan 08 23:33:50 2011 -0800 +++ b/configure.in Sat Jan 08 23:40:01 2011 -0800 @@ -690,9 +690,6 @@ 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"