build: do not define HAVE_JIT before we are able to compile it :)

This commit is contained in:
riccardom 2012-07-31 21:33:06 +00:00
parent f5e00560a6
commit 54fc86ced8
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ dnl - jit support
case $host_cpu in case $host_cpu in
x86|x86_64|i386|i486|i586|i686) x86|x86_64|i386|i486|i586|i686)
HAVE_JIT=no HAVE_JIT=no
AC_DEFINE(HAVE_JIT) #AC_DEFINE(HAVE_JIT)
;; ;;
esac esac
AM_CONDITIONAL([HAVE_JIT], [test "x$HAVE_JIT" = "xyes"]) AM_CONDITIONAL([HAVE_JIT], [test "x$HAVE_JIT" = "xyes"])