]> granicus.if.org Git - python/commitdiff
Revert temporary checkin in revision 63545.
authorMark Dickinson <dickinsm@gmail.com>
Fri, 23 May 2008 18:04:06 +0000 (18:04 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 23 May 2008 18:04:06 +0000 (18:04 +0000)
configure
configure.in

index b24c829c8a1cc1457299a913b4a91bd359e32851..f6010ef047688a61c8cf0bf0fd2efd113664146e 100755 (executable)
--- a/configure
+++ b/configure
@@ -2189,17 +2189,6 @@ ac_sys_machine=`uname -m`
 { 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
index b0de6eabd705477c2ac44b447604dc60dab7085a..9aad09510a477e82e883a5c7a15da6cfbf95d3f2 100644 (file)
@@ -355,17 +355,6 @@ AC_MSG_CHECKING(machine type as reported by uname -m)
 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