configure.ac: replace '-#' by '--progress-bar' with curl

This commit is contained in:
Ypnose 2020-07-20 21:46:03 +02:00 committed by Alexander Amelkin
parent f3ffa616e6
commit 3452cf1ca2

View File

@ -61,7 +61,7 @@ if test "x$WGET" = "x"; then
AC_MSG_WARN([** Neither wget nor curl could be found.])
AC_MSG_WARN([** IANA PEN database will not be installed by `make install` !])
else
DOWNLOAD="$CURL -#"
DOWNLOAD="$CURL --progress-bar"
AM_CONDITIONAL([DOWNLOAD], [true])
fi
else