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

mark.dickinson python-checkins at python.org
Fri May 23 20:04:07 CEST 2008


Author: mark.dickinson
Date: Fri May 23 20:04:06 2008
New Revision: 63568

Log:
Revert temporary checkin in revision 63545.


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

Modified: python/trunk/configure
==============================================================================
--- python/trunk/configure	(original)
+++ python/trunk/configure	Fri May 23 20:04:06 2008
@@ -2189,17 +2189,6 @@
 { echo "$as_me:$LINENO: result: $ac_sys_machine" >&5
 echo "${ECHO_T}$ac_sys_machine" >&6; }
 
-# temporary check to find out which exact processor
-# is in the Debian/alpha buildbot.
-case $ac_sys_system in
-    Linux*)
-        case $ac_sys_machine in alpha*)
-            cat /proc/cpuinfo
-            ;;
-        esac
-    ;;
-esac
-
 # checks for alternative programs
 
 # compiler flags are generated in two sets, BASECFLAGS and OPT.  OPT is just

Modified: python/trunk/configure.in
==============================================================================
--- python/trunk/configure.in	(original)
+++ python/trunk/configure.in	Fri May 23 20:04:06 2008
@@ -355,17 +355,6 @@
 ac_sys_machine=`uname -m`
 AC_MSG_RESULT($ac_sys_machine)
 
-# temporary check to find out which exact processor
-# is in the Debian/alpha buildbot.
-case $ac_sys_system in
-    Linux*)
-        case $ac_sys_machine in alpha*)
-            cat /proc/cpuinfo
-            ;;
-        esac
-    ;;
-esac
-
 # checks for alternative programs
 
 # compiler flags are generated in two sets, BASECFLAGS and OPT.  OPT is just


More information about the Python-checkins mailing list