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/06/22 07:53:26 UTC

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

Author: mturk
Date: Mon Jun 22 05:53:26 2009
New Revision: 787145

URL: http://svn.apache.org/viewvc?rev=787145&view=rev
Log:
By default disable exception handling.
Enabling it can lower down the performance, so use only for testing purposes

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=787145&r1=787144&r2=787145&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Mon Jun 22 05:53:26 2009
@@ -71,7 +71,7 @@
 has_jni=false
 has_64_bit=false
 has_test=false
-has_memprotect=true
+has_memprotect=false
 has_maintainer_mode=false
 is_unix=true
 
@@ -187,7 +187,7 @@
   --with-cxx=CC           Use C++ compiler instead default one
                               [g++]
 Optional features:
-  --disable-memprotect   Disables exception handling code compilation
+  --enable-memprotect     Enables exception handling code compilation
                               [disabled]
   --enable-test           Enables test code compilation
                               [disabled]