changeset 24375:2e5259153857

maint: merge stable to default.
author Rik <rik@octave.org>
date Wed, 06 Dec 2017 18:28:06 -0800
parents 798b56f0b207 (current diff) 80948d6e58c2 (diff)
children 0755de78071c
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Dec 06 17:07:11 2017 -0800
+++ b/configure.ac	Wed Dec 06 18:28:06 2017 -0800
@@ -1714,7 +1714,7 @@
 dnl   warn_llvm="JIT compiler disabled, some performance loss for loops"
 dnl   OCTAVE_CONFIGURE_WARNING([warn_llvm])
 fi
-if test $ENABLE_JIT; then
+if test $ENABLE_JIT = yes; then
   AC_DEFINE(ENABLE_JIT, 1, [Define to 1 to enable JIT compiler.])
 fi