From b302d8202cb31fc62ad74d1bc373698972025160 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Tue, 21 Jul 2020 20:15:55 +0200 Subject: [PATCH] configure.ac: add '--location' for curl to follow location --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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