1
1

Ensure that we're actually checking for *linux*. Thanks to Aleksej

Saushev for the patch.

This commit was SVN r23336.
Этот коммит содержится в:
Jeff Squyres 2010-07-01 23:26:49 +00:00
родитель f3d90dfb8d
Коммит 10185343a7

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

@ -10,6 +10,7 @@
# University of Stuttgart. All rights reserved. # University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California. # Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved. # All rights reserved.
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$ # $COPYRIGHT$
# #
# Additional copyrights may follow # Additional copyrights may follow
@ -41,7 +42,7 @@ AC_DEFUN([MCA_timer_linux_CONFIG],[
[timer_linux_happy="no"])]) [timer_linux_happy="no"])])
case "${host}" in case "${host}" in
i?86-*|x86_64*|ia64-*|powerpc-*|powerpc64-*|sparc*-*) i?86-*linux*|x86_64*linux*|ia64-*linux*|powerpc-*linux*|powerpc64-*linux*|sparc*-*linux*)
AS_IF([test "$timer_linux_happy" = "yes"], AS_IF([test "$timer_linux_happy" = "yes"],
[AS_IF([test -r "/proc/cpuinfo"], [AS_IF([test -r "/proc/cpuinfo"],
[timer_linux_happy="yes"], [timer_linux_happy="yes"],