aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c957d0d..195ac20 100755
--- a/configure
+++ b/configure
@@ -3176,7 +3176,7 @@ fi
if test x"$CURL" != xno; then :
- FETCHER="$CURL -o - --ftp-pasv"
+ FETCHER="$CURL -L -o - --ftp-pasv"
elif test x"$WGET" != xno; then :
FETCHER="$WGET -O -"
elif test x"$FTP" != xno; then :