guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 02/02: Fix GUILE_ENABLE_JIT after latest change


From: Andy Wingo
Subject: [Guile-commits] 02/02: Fix GUILE_ENABLE_JIT after latest change
Date: Wed, 10 Oct 2018 04:32:36 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 154fe1df1c92d3ab56c5b547e2d4c68a53220080
Author: Andy Wingo <address@hidden>
Date:   Wed Oct 10 10:18:44 2018 +0200

    Fix GUILE_ENABLE_JIT after latest change
    
    * acinclude.m4: Fix syntax.
---
 acinclude.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acinclude.m4 b/acinclude.m4
index 9a2972f..53ee4c3 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]