comparison configure.in @ 94117:4bbc5d00d3eb

Replace the obsolete macros AC_AIX and AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 16 Apr 2008 17:33:40 +0000
parents 4a2fb96d5195
children 5b10e5646973
comparison
equal deleted inserted replaced
94116:842d446b22d9 94117:4bbc5d00d3eb
850 then 850 then
851 CC="$CC $NON_GCC_TEST_OPTIONS" 851 CC="$CC $NON_GCC_TEST_OPTIONS"
852 fi 852 fi
853 853
854 dnl checks for Unix variants 854 dnl checks for Unix variants
855 AC_AIX 855 AC_USE_SYSTEM_EXTENSIONS
856 AC_GNU_SOURCE
857 856
858 ### Use -Wno-pointer-sign if the compiler supports it 857 ### Use -Wno-pointer-sign if the compiler supports it
859 AC_MSG_CHECKING([whether gcc understands -Wno-pointer-sign]) 858 AC_MSG_CHECKING([whether gcc understands -Wno-pointer-sign])
860 SAVE_CFLAGS="$CFLAGS" 859 SAVE_CFLAGS="$CFLAGS"
861 CFLAGS="$CFLAGS -Wno-pointer-sign" 860 CFLAGS="$CFLAGS -Wno-pointer-sign"