mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
configure.ac: add '--location' for curl to follow location
This commit is contained in:
parent
3452cf1ca2
commit
b302d8202c
@ -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 --progress-bar"
|
||||
DOWNLOAD="$CURL --location --progress-bar"
|
||||
AM_CONDITIONAL([DOWNLOAD], [true])
|
||||
fi
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user