mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
configure.ac: replace '-#' by '--progress-bar' with curl
This commit is contained in:
parent
f3ffa616e6
commit
3452cf1ca2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user