diff options
| -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" |