From: Andrej Kacian Date: Sat, 26 Aug 2017 08:03:51 +0000 (+0200) Subject: Fix typo around libarchive in configure.ac. X-Git-Tag: 3.16.0~76 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=404c674753092fe8e06f0a27da7405b30c646058;hp=8b55e4f97093aa19ea4ce4b868009e37c0293135 Fix typo around libarchive in configure.ac. Patch by Orbea, Bug 3866 - slibtool causes compile failure --- diff --git a/configure.ac b/configure.ac index 0a997ee61..9e4933e9f 100644 --- a/configure.ac +++ b/configure.ac @@ -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 )