From 7cffd286083f91d94eada125cd4e19cf91fdb656 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 8 Jul 2008 15:40:07 +0000 Subject: [PATCH] Monotone-Parent: 10716bba581bb0dd4ad881e814040b2adb37ba10 Monotone-Revision: 54264028f33a54d13b69aeb1d296454517d33171 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-07-08T15:40:07 Monotone-Branch: ca.inverse.sogo --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 522a6f85f..1e6861d82 100755 --- a/configure +++ b/configure @@ -268,7 +268,7 @@ genConfigMake() { cfgwrite "" UNAME=`uname` if [ "X${UNAME}" = "XLinux" ];then - UNAME=`uname -p` + UNAME=`uname -m` if [ ${UNAME} = x86_64 -o ${UNAME} = sparc64 -o ${UNAME} = ppc64 ];then cfgwrite "CGS_LIBDIR_NAME:=lib64" else