From: Ashish SHUKLA Date: Thu, 2 Apr 2020 20:37:05 +0000 (+0530) Subject: configure.ac: switch to POSIX sh behaviour X-Git-Tag: emacs-28.0.90~2727^2~733 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63af801ed34c8dc59fb13c9e058c49203a1ae55d;p=emacs.git configure.ac: switch to POSIX sh behaviour --- diff --git a/configure.ac b/configure.ac index 393a53d7633..e8f46010910 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.