From 29466b128b6a11d9a3da8450b8a10180beb0bb39 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 2 Jul 2018 15:58:55 +0200 Subject: [PATCH] debug --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 9bff5d5a..2b6ce3b9 100755 --- a/configure +++ b/configure @@ -662,6 +662,7 @@ fi # LIBARCHIVE_REQVER=3.2.0 +set -x printf "Checking for libarchive >= ${LIBARCHIVE_REQVER} via pkg-config ... " if ! $PKGCONFIG_BIN --atleast-version=${LIBARCHIVE_REQVER} libarchive; then echo "libarchive.pc file not found, exiting." @@ -673,6 +674,7 @@ else echo "STATIC_LIBS += $($PKGCONFIG_BIN --libs --static libarchive)" \ >>$CONFIG_MK fi +set +x # # libssl with pkg-config support is required.