commit 404c674753092fe8e06f0a27da7405b30c646058
parent 8b55e4f97093aa19ea4ce4b868009e37c0293135
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Sat, 26 Aug 2017 10:03:51 +0200
Fix typo around libarchive in configure.ac.
Patch by Orbea, Bug 3866 - slibtool causes compile failure
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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
)