This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients Arfrever, doko, loewis, vstinner
Date 2010-04-25.21:01:11
SpamBayes Score 0.00011349559
Marked as misclassified No
Message-id <1272229273.3.0.372201125555.issue8510@psf.upfronthosting.co.za>
In-reply-to
Content
r80478 converts all obsolete AC_TRY_* macros to AC_*_IFELSE, the outcome is ... nothing (but whitespace changes):

$ svn diff --diff-cmd diff -x -uEwB configure
Index: configure
===================================================================
--- configure	(Revision 80475)
+++ configure	(Arbeitskopie)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 80474 .
+# From configure.in Revision: 80475 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.65 for python 3.2.
 #

running configure with the old and the new version shows no diffs (besides config.log).
History
Date User Action Args
2010-04-25 21:01:13dokosetrecipients: + doko, loewis, vstinner, Arfrever
2010-04-25 21:01:13dokosetmessageid: <1272229273.3.0.372201125555.issue8510@psf.upfronthosting.co.za>
2010-04-25 21:01:11dokolinkissue8510 messages
2010-04-25 21:01:11dokocreate