diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2008-05-23 18:04:06 +0000 |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2008-05-23 18:04:06 +0000 |
commit | 0b334a64f2a4e4bb724706d5b98cb87e08a30004 (patch) | |
tree | 61a4a76251b4ee916679d36ddbafa0c4ebf2d04d | |
parent | 96b424062b5817b6b59ac4c62b9f9fcc5d9f6902 (diff) | |
download | cpython-git-0b334a64f2a4e4bb724706d5b98cb87e08a30004.tar.gz |
Revert temporary checkin in revision 63545.
-rwxr-xr-x | configure | 11 | ||||
-rw-r--r-- | configure.in | 11 |
2 files changed, 0 insertions, 22 deletions
@@ -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 |