configure.ac: add '--location' for curl to follow location

This commit is contained in:
Ypnose 2020-07-21 20:15:55 +02:00 committed by Alexander Amelkin
parent 3452cf1ca2
commit b302d8202c

View File

@ -61,7 +61,7 @@ if test "x$WGET" = "x"; then
AC_MSG_WARN([** Neither wget nor curl could be found.]) AC_MSG_WARN([** Neither wget nor curl could be found.])
AC_MSG_WARN([** IANA PEN database will not be installed by `make install` !]) AC_MSG_WARN([** IANA PEN database will not be installed by `make install` !])
else else
DOWNLOAD="$CURL --progress-bar" DOWNLOAD="$CURL --location --progress-bar"
AM_CONDITIONAL([DOWNLOAD], [true]) AM_CONDITIONAL([DOWNLOAD], [true])
fi fi
else else