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