From 3f251bea745bd9749b2a74a5728c259847c36b77 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 6 Jul 2018 15:17:42 +0200 Subject: [PATCH] Revert "debug" This reverts commit 29466b128b6a11d9a3da8450b8a10180beb0bb39. --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 2b6ce3b9..9bff5d5a 100755 --- a/configure +++ b/configure @@ -662,7 +662,6 @@ 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." @@ -674,7 +673,6 @@ else echo "STATIC_LIBS += $($PKGCONFIG_BIN --libs --static libarchive)" \ >>$CONFIG_MK fi -set +x # # libssl with pkg-config support is required.