Relax libarchive version requirement to 2.8.0.

This commit is contained in:
Juan RP
2013-08-16 10:26:36 +02:00
parent 84d14286a8
commit 1999fbd771
4 changed files with 38 additions and 6 deletions

4
configure vendored
View File

@@ -577,8 +577,8 @@ fi
#
# libarchive >= 2.8.0 with pkg-config support is required.
#
printf "Checking for libarchive >= 3.0.2 via pkg-config ... "
if ! $PKGCONFIG_BIN --atleast-version=3.0.2 libarchive; then
printf "Checking for libarchive >= 2.8.0 via pkg-config ... "
if ! $PKGCONFIG_BIN --atleast-version=2.8.0 libarchive; then
echo "libarchive.pc file not found, exiting."
exit 1
else