summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-05-08 10:17:27 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-05-08 10:17:27 (GMT)
commit9f8e0c11f073c7a3e4b78ebf8ea37c919b527829 (patch)
treea03c86dfd1c3517d9fd87a93c6dc76ef7384172c /configure.in
parent22520ea35412dcf945c076867d3d5a7e92a057c4 (diff)
downloadcpython-9f8e0c11f073c7a3e4b78ebf8ea37c919b527829.zip
cpython-9f8e0c11f073c7a3e4b78ebf8ea37c919b527829.tar.gz
cpython-9f8e0c11f073c7a3e4b78ebf8ea37c919b527829.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 a8448ec..2076f32 100644
--- a/configure.in
+++ b/configure.in
@@ -595,7 +595,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