diff options
| author | Paul Eggert | 2011-01-08 23:40:01 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-08 23:40:01 -0800 |
| commit | 375645439ed04ba35ae1ee2be20203dd60f6d3bb (patch) | |
| tree | f40a97ee002daa90814120a99a85b975f64b901b | |
| parent | e275c824b0fe255bbb5af98a6c9a21bb8321d6e8 (diff) | |
| download | emacs-375645439ed04ba35ae1ee2be20203dd60f6d3bb.tar.gz emacs-375645439ed04ba35ae1ee2be20203dd60f6d3bb.zip | |
* configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | configure.in | 3 |
2 files changed, 2 insertions, 3 deletions
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-01-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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" |
| 691 | fi | 691 | fi |
| 692 | 692 | ||
| 693 | dnl checks for Unix variants | ||
| 694 | AC_USE_SYSTEM_EXTENSIONS | ||
| 695 | |||
| 696 | ### Use -Wno-pointer-sign if the compiler supports it | 693 | ### Use -Wno-pointer-sign if the compiler supports it |
| 697 | AC_MSG_CHECKING([whether gcc understands -Wno-pointer-sign]) | 694 | AC_MSG_CHECKING([whether gcc understands -Wno-pointer-sign]) |
| 698 | SAVE_CFLAGS="$CFLAGS" | 695 | SAVE_CFLAGS="$CFLAGS" |