1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Fix GUILE_ENABLE_JIT after latest change

* acinclude.m4: Fix syntax.
This commit is contained in:
Andy Wingo 2018-10-10 10:18:44 +02:00
parent 2b4999b8bb
commit 154fe1df1c

View file

@ -619,7 +619,7 @@ AC_DEFUN([GUILE_ENABLE_JIT], [
case "$target_cpu" in
x86_64|amd64) enable_jit=yes ;;
*) enable_jit=no ;;
esac
esac ;;
*) AC_MSG_ERROR(bad value $enable_jit for --enable-jit) ;;
esac
AC_MSG_RESULT($enable_jit)