changeset 3186:0385664d2daf

configure.ac: Fix forceful enabling of JIT even if --enable-jit is not specified
author Anirudha Bose <ani07nov@gmail.com>
date Sat, 27 Jul 2013 00:13:08 +0530
parents f3054ae7a492
children 2749ad4f9ae0
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac
+++ b/configure.ac
@@ -74,7 +74,7 @@
   [if test "$enableval" = yes; then BUILD_STATIC=yes; fi], [])
 AC_SUBST(BUILD_STATIC)
 
-ENABLE_JIT=yes
+ENABLE_JIT=no
 AC_ARG_ENABLE([jit],
   [AS_HELP_STRING([--enable-jit],
     [(EXPERIMENTAL) enable Octave JIT compiler])],