Ensure that we're actually checking for *linux*. Thanks to Aleksej
Saushev for the patch. This commit was SVN r23336.
Этот коммит содержится в:
родитель
f3d90dfb8d
Коммит
10185343a7
@ -10,6 +10,7 @@
|
||||
# University of Stuttgart. All rights reserved.
|
||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
||||
# $COPYRIGHT$
|
||||
#
|
||||
# Additional copyrights may follow
|
||||
@ -41,7 +42,7 @@ AC_DEFUN([MCA_timer_linux_CONFIG],[
|
||||
[timer_linux_happy="no"])])
|
||||
|
||||
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 -r "/proc/cpuinfo"],
|
||||
[timer_linux_happy="yes"],
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user