diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-08 23:40:01 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-08 23:40:01 -0800 |
commit | 375645439ed04ba35ae1ee2be20203dd60f6d3bb (patch) | |
tree | f40a97ee002daa90814120a99a85b975f64b901b /configure.in | |
parent | e275c824b0fe255bbb5af98a6c9a21bb8321d6e8 (diff) | |
download | emacs-375645439ed04ba35ae1ee2be20203dd60f6d3bb.tar.gz |
* configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
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" |