Revert "debug"

This reverts commit 29466b128b.
This commit is contained in:
Enno Boland 2018-07-06 15:17:42 +02:00
parent aa21cb08fd
commit 3f251bea74

2
configure vendored
View File

@ -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.