[Python-checkins] r80966 - in python/trunk: configure configure.in

matthias.klose python-checkins at python.org
Sat May 8 12:17:27 CEST 2010


Author: matthias.klose
Date: Sat May  8 12:17:27 2010
New Revision: 80966

Log:
configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/


Modified:
   python/trunk/configure
   python/trunk/configure.in

Modified: python/trunk/configure
==============================================================================
--- python/trunk/configure	(original)
+++ python/trunk/configure	Sat May  8 12:17:27 2010
@@ -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 @@
 
 
 
-
 # Check for unsupported systems
 case $ac_sys_system/$ac_sys_release in
 atheos*|Linux*/1*)

Modified: python/trunk/configure.in
==============================================================================
--- python/trunk/configure.in	(original)
+++ python/trunk/configure.in	Sat May  8 12:17:27 2010
@@ -595,7 +595,7 @@
 
 
 # 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


More information about the Python-checkins mailing list