emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 63af801 1/2: configure.ac: switch to POSIX sh behavi


From: Andrea Corallo
Subject: feature/native-comp 63af801 1/2: configure.ac: switch to POSIX sh behaviour
Date: Fri, 3 Apr 2020 08:51:28 -0400 (EDT)

branch: feature/native-comp
commit 63af801ed34c8dc59fb13c9e058c49203a1ae55d
Author: Ashish SHUKLA <address@hidden>
Commit: Andrea Corallo <address@hidden>

    configure.ac: switch to POSIX sh behaviour
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 393a53d..e8f4601 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3729,7 +3729,7 @@ if test "${with_nativecomp}" != "no"; then
     AC_CHECK_LIB(gccjit, gcc_jit_context_acquire, HAVE_NATIVE_COMP=yes))
   if test "${HAVE_NATIVE_COMP}" = "yes"; then
     LIBGCCJIT_LIB="-lgccjit -ldl"
-    COMP_OBJ+=comp.o
+    COMP_OBJ="comp.o"
     AC_DEFINE(HAVE_NATIVE_COMP, 1, [Define to 1 if you have the libgccjit 
library (-lgccjit).])
   else
     AC_MSG_ERROR([elisp native compiler requested but libgccjit not found.



reply via email to

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