summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYpnose <Ypnose@users.noreply.github.com>2020-07-20 21:46:03 +0200
committerAlexander Amelkin <mocbuhtig@amelkin.msk.ru>2020-07-21 22:40:04 +0300
commit3452cf1ca24ddddaba84e99495dbd651ae686236 (patch)
tree7511ff2f29879ad7aefc7df1591782726d370898
parentf3ffa616e611997299402eff2852eec192d1c87b (diff)
downloadipmitool-3452cf1ca24ddddaba84e99495dbd651ae686236.tar.gz
configure.ac: replace '-#' by '--progress-bar' with curl
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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