diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-04-25 18:43:42 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-04-25 18:43:42 (GMT) |
commit | af30c5d32e52ec61cb9964dcb44f9b7eae82cfa9 (patch) | |
tree | 26e97fd74577ce9109293aa7ed5c6c3882511822 /configure | |
parent | 2b8733fb9b8a6be334a4c17165b79808b88b485d (diff) | |
download | cpython-af30c5d32e52ec61cb9964dcb44f9b7eae82cfa9.zip cpython-af30c5d32e52ec61cb9964dcb44f9b7eae82cfa9.tar.gz cpython-af30c5d32e52ec61cb9964dcb44f9b7eae82cfa9.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: 80449 . +# From configure.in Revision: 80474 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.65 for python 3.2. # @@ -4581,7 +4581,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*) |