summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9dbc390..2a063a0 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 -#"
+ DOWNLOAD="$CURL --progress-bar"
AM_CONDITIONAL([DOWNLOAD], [true])
fi
else