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:
parent
2b4999b8bb
commit
154fe1df1c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue