1
1

Only check for /proc/cpuinfo if we are on a supported architecture.

This commit was SVN r18331.
Этот коммит содержится в:
George Bosilca 2008-04-29 22:36:18 +00:00
родитель 61cc8843bf
Коммит f5dfc005a4

Просмотреть файл

@ -40,11 +40,6 @@ AC_DEFUN([MCA_timer_linux_CONFIG],[
[timer_linux_happy="yes"],
[timer_linux_happy="no"])])
AS_IF([test "$timer_linux_happy" = "yes"],
[AS_IF([test -r "/proc/cpuinfo"],
[timer_linux_happy="yes"],
[timer_linux_happy="no"])])
case "${host}" in
i?86-*|x86_64*|ia64-*|powerpc-*|powerpc64-*|sparc*-*)
AS_IF([test "$timer_linux_happy" = "yes"],