]> git.eshelyaron.com Git - emacs.git/commitdiff
Simplify configure.ac removing unnecessary empty parameters
authorAndrea Corallo <akrl@sdf.org>
Fri, 3 Jan 2020 01:49:01 +0000 (02:49 +0100)
committerAndrea Corallo <akrl@sdf.org>
Fri, 3 Jan 2020 16:47:09 +0000 (17:47 +0100)
configure.ac

index 717b456499950f9cb81466a5c14aa6fa3e2f1ee5..9c8a6e3a9fc73fb56b8687f724f99cd00f4b3c5e 100644 (file)
@@ -3743,7 +3743,7 @@ LIBGCCJIT_LIB=
 COMP_OBJ=
 if test "${with_nativecomp}" != "no"; then
   AC_CHECK_HEADER(libgccjit.h,
-    AC_CHECK_LIB(gccjit, gcc_jit_context_acquire, HAVE_NATIVE_COMP=yes, , -lgccjit))
+    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