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/08/21 10:04:43 UTC

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

Author: mturk
Date: Fri Aug 21 08:04:43 2009
New Revision: 806446

URL: http://svn.apache.org/viewvc?rev=806446&view=rev
Log:
Create .jnilib by default on Mac

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=806446&r1=806445&r2=806446&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Fri Aug 21 08:04:43 2009
@@ -83,7 +83,7 @@
 java_home="`echo $JAVA_HOME | tr '\\' '/' 2>/dev/null`"
 java_pinc=""
 has_dso_test=no
-has_jni=no
+has_jni=yes
 has_64_bit=no
 has_test=no
 has_memprotect=no