[Python-checkins] r58778 - python/branches/ctypes-branch/configure

thomas.heller python-checkins at python.org
Fri Nov 2 18:01:30 CET 2007


Author: thomas.heller
Date: Fri Nov  2 18:01:30 2007
New Revision: 58778

Modified:
   python/branches/ctypes-branch/configure
Log:

Add some output to configure so that I can find out what ac_sys_system
and `uname -m` is on the buildbots.


Modified: python/branches/ctypes-branch/configure
==============================================================================
--- python/branches/ctypes-branch/configure	(original)
+++ python/branches/ctypes-branch/configure	Fri Nov  2 18:01:30 2007
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 58645 .
+# From configure.in Revision: 58777 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for python 2.6.
 #
@@ -12811,6 +12811,8 @@
 fi
 
 
+echo "$ac_sys_system/`uname -m`"
+
 # Check for use of the system libffi library
 if test "${ac_cv_header_ffi_h+set}" = set; then
   { echo "$as_me:$LINENO: checking for ffi.h" >&5


More information about the Python-checkins mailing list