summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2018-10-10 10:18:44 +0200
committerAndy Wingo <wingo@pobox.com>2018-10-10 10:18:44 +0200
commit154fe1df1c92d3ab56c5b547e2d4c68a53220080 (patch)
tree3585f629e45393fdbf97fd848617ae482c661bb1 /acinclude.m4
parent2b4999b8bb9abf73b853bebf769a1c0a5c8ca0e2 (diff)
downloadguile-154fe1df1c92d3ab56c5b547e2d4c68a53220080.tar.gz
Fix GUILE_ENABLE_JIT after latest change
* acinclude.m4: Fix syntax.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 9a2972f12..53ee4c3e1 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -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)