diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-05-08 10:17:27 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-05-08 10:17:27 (GMT) |
commit | 9f8e0c11f073c7a3e4b78ebf8ea37c919b527829 (patch) | |
tree | a03c86dfd1c3517d9fd87a93c6dc76ef7384172c /configure.in | |
parent | 22520ea35412dcf945c076867d3d5a7e92a057c4 (diff) | |
download | cpython-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.in | 2 |
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 |