summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2008-05-23 18:04:06 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2008-05-23 18:04:06 (GMT)
commit0b334a64f2a4e4bb724706d5b98cb87e08a30004 (patch)
tree61a4a76251b4ee916679d36ddbafa0c4ebf2d04d /configure.in
parent96b424062b5817b6b59ac4c62b9f9fcc5d9f6902 (diff)
downloadcpython-0b334a64f2a4e4bb724706d5b98cb87e08a30004.zip
cpython-0b334a64f2a4e4bb724706d5b98cb87e08a30004.tar.gz
cpython-0b334a64f2a4e4bb724706d5b98cb87e08a30004.tar.bz2
Revert temporary checkin in revision 63545.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in b/configure.in
index b0de6ea..9aad095 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