summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-04-25 18:43:42 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-04-25 18:43:42 (GMT)
commitaf30c5d32e52ec61cb9964dcb44f9b7eae82cfa9 (patch)
tree26e97fd74577ce9109293aa7ed5c6c3882511822 /configure.in
parent2b8733fb9b8a6be334a4c17165b79808b88b485d (diff)
downloadcpython-af30c5d32e52ec61cb9964dcb44f9b7eae82cfa9.zip
cpython-af30c5d32e52ec61cb9964dcb44f9b7eae82cfa9.tar.gz
cpython-af30c5d32e52ec61cb9964dcb44f9b7eae82cfa9.tar.bz2
configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 855fa3b..12cb213 100644
--- a/configure.in
+++ b/configure.in
@@ -500,7 +500,7 @@ fi
# checks for UNIX variants that set C preprocessor variables
-AC_AIX
+AC_USE_SYSTEM_EXTENSIONS
# Check for unsupported systems
case $ac_sys_system/$ac_sys_release in