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 doko
Date 2012-03-15.20:18:36
SpamBayes Score 0.0011495906
Marked as misclassified No
Message-id <1331842717.3.0.411497614845.issue14327@psf.upfronthosting.co.za>
In-reply-to
Content
call AC_CANONICAL_HOST and check in config.{guess,sub},
taken from git://git.savannah.gnu.org/config.git

--- a/configure.ac	Thu Mar 15 20:42:23 2012 +0100
+++ b/configure.ac	Thu Mar 15 21:17:32 2012 +0100
@@ -33,6 +33,8 @@
 AC_CONFIG_SRCDIR([Include/object.h])
 AC_CONFIG_HEADER(pyconfig.h)
 
+AC_CANONICAL_HOST
+
 dnl Ensure that if prefix is specified, it does not end in a slash. If
 dnl it does, we get path names containing '//' which is both ugly and
 dnl can cause trouble.
History
Date User Action Args
2012-03-15 20:18:37dokosetrecipients: + doko
2012-03-15 20:18:37dokosetmessageid: <1331842717.3.0.411497614845.issue14327@psf.upfronthosting.co.za>
2012-03-15 20:18:36dokolinkissue14327 messages
2012-03-15 20:18:36dokocreate