summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 02ab895b..915021d7 100755
--- a/configure
+++ b/configure
@@ -5878,7 +5878,7 @@ DATE="$date"
processor=`uname -p`
case "$processor" in
-powerpc) PROCFLAGS=-m64 ;;
+ppc64) PROCFLAGS=-m64 ;;
x86_64) PROCFLAGS=-m64 ;;
*) PROCFLAGS=""
esac