suppressing iana download

This commit is contained in:
Jean-François GUILLAUME 2022-07-06 16:50:33 +02:00
parent 04d48042bc
commit 98f4e658a4
GPG key ID: 38751DAE145EFB5A
3 changed files with 12 additions and 236003 deletions

View file

@ -0,0 +1,12 @@
diff --git a/configure.ac b/configure.ac
index b421192..eb4f232 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,6 +60,7 @@ if test "x$WGET" = "x"; then
if test "x$CURL" = "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` !])
+ DOWNLOAD=""
else
DOWNLOAD="$CURL --location --progress-bar"
AM_CONDITIONAL([DOWNLOAD], [true])