summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2008-05-23 18:04:06 +0000
committerMark Dickinson <dickinsm@gmail.com>2008-05-23 18:04:06 +0000
commitac29676972716e5c02a79ed8fab0c200297617b8 (patch)
tree1ac1c59898f63d1c083a3c89ed11b2709063f085 /configure
parent3932742d30281009deb586ecdd38c14804290adc (diff)
downloadcpython-ac29676972716e5c02a79ed8fab0c200297617b8.tar.gz
Revert temporary checkin in revision 63545.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 0 insertions, 11 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