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 2009/09/23 12:19:18 UTC

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

Author: mturk
Date: Wed Sep 23 10:19:18 2009
New Revision: 818038

URL: http://svn.apache.org/viewvc?rev=818038&view=rev
Log:
Darwin reports i386 for uname -m, while in fact it can be x86_64

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=818038&r1=818037&r2=818038&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Wed Sep 23 10:19:18 2009
@@ -336,8 +336,6 @@
 test ".$has_32_bit" = .yes && bits=32
 
 case "$host" in
-    darwin  )
-    ;;
     hp-ux   )
         platform=HPUX
         host=hpux