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.