commit a4cdc370019ac16b5aa6b7696c3884146d8183de
parent 60a33f4de91fb5c445ac06e8e37404e1ee41c99e
Author: wwp <subscript@free.fr>
Date: Mon, 16 Dec 2019 00:39:48 +0100
Fix missing parameter to informative pkgconfig command (libetpan).
Diffstat:
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
],
[