From 375645439ed04ba35ae1ee2be20203dd60f6d3bb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 8 Jan 2011 23:40:01 -0800 Subject: [PATCH] * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this. --- ChangeLog | 2 ++ configure.in | 3 --- 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 @@ 2011-01-09 Paul Eggert + * 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: diff --git a/configure.in b/configure.in index 024d520315c..20e90faabbf 100644 --- a/configure.in +++ b/configure.in @@ -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" -- 2.39.5