From 3452cf1ca24ddddaba84e99495dbd651ae686236 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Mon, 20 Jul 2020 21:46:03 +0200 Subject: [PATCH] configure.ac: replace '-#' by '--progress-bar' with curl --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9dbc390..2a063a0 100644 --- a/configure.ac +++ b/configure.ac @@ -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