* configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
This commit is contained in:
parent
e275c824b0
commit
375645439e
2 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue