Commit 0b334a64 authored by Mark Dickinson's avatar Mark Dickinson

Revert temporary checkin in revision 63545.

parent 96b42406
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment