Fix typo around libarchive in configure.ac.
authorAndrej Kacian <ticho@claws-mail.org>
Sat, 26 Aug 2017 08:03:51 +0000 (10:03 +0200)
committerPaul <paul@claws-mail.org>
Mon, 28 Aug 2017 17:50:49 +0000 (18:50 +0100)
Patch by Orbea, Bug 3866 - slibtool causes compile failure

configure.ac

index 1108adc048df09d3a6546b9f38f5a372823ec8e4..85473070e1b16d3fd43f06361367edf5a3105420 100644 (file)
@@ -1174,7 +1174,7 @@ AC_SUBST(ARCHIVE_CFLAGS)
 AC_CHECK_LIB([archive], [archive_read_new],
                       ARCHIVE_LIBS=-larchive
                       HAVE_ARCHIVE=yes
-                      AC_SUBST(ARCHIVE_LIBS,ARCHIVE_CFLAGS),
+                      AC_SUBST(ARCHIVE_LIBS,$ARCHIVE_CFLAGS),
                       HAVE_ARCHIVE=no
                       )