From ea0a0a446b5be8e04f9a3b9a332bc7e9693c6521 Mon Sep 17 00:00:00 2001 From: "mark.dickinson" Date: Fri, 23 May 2008 18:04:06 +0000 Subject: [PATCH] Revert temporary checkin in revision 63545. git-svn-id: http://svn.python.org/projects/python/trunk@63568 6015fed2-1504-0410-9fe1-9d1591cc4771 --- configure | 11 ----------- configure.in | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/configure b/configure index b24c829c8a..f6010ef047 100755 --- 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 diff --git a/configure.in b/configure.in index b0de6eabd7..9aad09510a 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.11.4.GIT