[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-896-gd439c3be4
paul at claws-mail.org
paul at claws-mail.org
Mon Dec 16 09:13:22 CET 2019
The branch, gtk3 has been updated
via d439c3be487558215765507b9babc42fd163bf50 (commit)
from 736a091e06495593ecf285cf800f8e3936e4f837 (commit)
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit d439c3be487558215765507b9babc42fd163bf50
Author: wwp <subscript at free.fr>
Date: Mon Dec 16 00:39:48 2019 +0100
Fix missing parameter to informative pkgconfig command (libetpan).
diff --git a/configure.ac b/configure.ac
index 2373d23c2..8b46bad0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -917,7 +917,7 @@ if test x"$enable_libetpan" = xyes; then
# since 1.9.4, libetpan uses pkg-config
PKG_CHECK_MODULES([LIBETPAN], [libetpan >= 1.9.4],
[
- LIBETPAN_VERSION=`pkg-config --modversion | $AWK -F. '{printf "%d", ($1 * 10000) + ($2 * 100) + $3}'`
+ LIBETPAN_VERSION=`pkg-config --modversion libetpan | $AWK -F. '{printf "%d", ($1 * 10000) + ($2 * 100) + $3}'`
libetpan_config=yes
],
[
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list