From ab31e3165d7c2d717b25c3e1a7d246024eff8630 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Mon, 24 Jun 2013 15:01:07 +0200 Subject: [PATCH] It's actually uname -m lying. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4fde268cc26..cb7d9e135bf 100755 --- a/configure +++ b/configure @@ -203,7 +203,7 @@ CFG_CPUTYPE=$(uname -m) if [ $CFG_OSTYPE = Darwin -a $CFG_CPUTYPE = i386 ] then - # Darwin's `uname -s` lies and always returns i386. We have to use sysctl + # Darwin's `uname -m` lies and always returns i386. We have to use sysctl # instead. if sysctl hw.optional.x86_64 | grep -q ': 1' then