You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2011/04/18 12:21:43 UTC

svn commit: r1094461 - /commons/sandbox/runtime/trunk/src/main/native/configure

Author: mturk
Date: Mon Apr 18 10:21:42 2011
New Revision: 1094461

URL: http://svn.apache.org/viewvc?rev=1094461&view=rev
Log:
AIX uses uname -p for machine

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=1094461&r1=1094460&r2=1094461&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Mon Apr 18 10:21:42 2011
@@ -445,6 +445,7 @@ case "$host" in
     aix     )
         platform=AIX
         platformver="`uname -v``uname -r`"
+        mach=`uname -p`
     ;;
     hp-ux   )
         platform=HPUX