talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit d439c3be487558215765507b9babc42fd163bf50
parent 736a091e06495593ecf285cf800f8e3936e4f837
Author: wwp <subscript@free.fr>
Date:   Mon, 16 Dec 2019 00:39:48 +0100

Fix missing parameter to informative pkgconfig command (libetpan).

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 ], [