[Commits] [SCM] claws branch, master, updated. 3.17.4-79-ga4cdc3700

wwp at claws-mail.org wwp at claws-mail.org
Mon Dec 16 00:40:24 CET 2019


The branch, master has been updated
       via  a4cdc370019ac16b5aa6b7696c3884146d8183de (commit)
      from  60a33f4de91fb5c445ac06e8e37404e1ee41c99e (commit)

Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit a4cdc370019ac16b5aa6b7696c3884146d8183de
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 187074c55..8ab413657 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