diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-16 17:34:43 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-16 17:34:43 +0000 |
commit | 7316a2b57c54909629ecb6db0585a960a1fc2624 (patch) | |
tree | 9ecc54dd4d22947ea6a28d66b4fd3128da0df3be /configure.in | |
parent | 241760a33e94a622475e9974075ce0ba7fe5f4e5 (diff) | |
download | emacs-7316a2b57c54909629ecb6db0585a960a1fc2624.tar.gz emacs-7316a2b57c54909629ecb6db0585a960a1fc2624.tar.bz2 emacs-7316a2b57c54909629ecb6db0585a960a1fc2624.zip |
Replace the obsolete macros AC_AIX and
AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 8e46bf995af..c6a0f059c00 100644 --- a/configure.in +++ b/configure.in @@ -852,8 +852,7 @@ then fi dnl checks for Unix variants -AC_AIX -AC_GNU_SOURCE +AC_USE_SYSTEM_EXTENSIONS ### Use -Wno-pointer-sign if the compiler supports it AC_MSG_CHECKING([whether gcc understands -Wno-pointer-sign]) |