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 | |
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')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 80964 . +# From configure.in Revision: 80965 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.65 for python 2.7. # @@ -4685,7 +4685,6 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } - # Check for unsupported systems case $ac_sys_system/$ac_sys_release in atheos*|Linux*/1*) |