summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYpnose <Ypnose@users.noreply.github.com>2020-07-21 20:15:55 +0200
committerAlexander Amelkin <mocbuhtig@amelkin.msk.ru>2020-07-21 22:40:04 +0300
commitb302d8202cb31fc62ad74d1bc373698972025160 (patch)
tree1aebe3a4c4b455516b4a0c81d5a50be7c65255cf
parent3452cf1ca24ddddaba84e99495dbd651ae686236 (diff)
downloadipmitool-b302d8202cb31fc62ad74d1bc373698972025160.tar.gz
configure.ac: add '--location' for curl to follow location
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2a063a0..b421192 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 --progress-bar"
+ DOWNLOAD="$CURL --location --progress-bar"
AM_CONDITIONAL([DOWNLOAD], [true])
fi
else