reverse this condition.

0.96
Török Edvin 16 years ago
parent 1c4d9a22fa
commit 4311fe44d5
  1. 4
      configure
  2. 4
      configure.in

4
configure vendored

@ -25202,9 +25202,9 @@ else
fi
fi
have_jit="yes"
have_jit="no"
if test "$subdirfailed" = "no"; then
have_jit="no"
have_jit="yes"
fi

@ -1666,9 +1666,9 @@ if test "x$enable_debug" = "xyes"; then
else
CL_MSG_STATUS([release mode],[no],[debug build])
fi
have_jit="yes"
have_jit="no"
if test "$subdirfailed" = "no"; then
have_jit="no"
have_jit="yes"
fi
CL_MSG_STATUS([jit ],[$have_jit],[$enable_llvm])
CL_MSG_STATUS([mempool ],[$have_mempool],[$enable_mempool])

Loading…
Cancel
Save