summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 88bfb61fdb..ed84492425 100755
--- a/configure
+++ b/configure
@@ -1543,7 +1543,7 @@ elif test -r /compat/linux/proc/cpuinfo && ! x86_32 ; then
# FreeBSD with Linux emulation /proc mounted,
# extract CPU information from it
_cpuinfo="cat /compat/linux/proc/cpuinfo"
-elif darwin && ! x86_32 ; then
+elif darwin && ! x86 ; then
# use hostinfo on Darwin
_cpuinfo="hostinfo"
elif aix; then