From 40095b91425463d93b9ef29f97d4c756ccfb1829 Mon Sep 17 00:00:00 2001 From: Masanori Ogino Date: Wed, 25 May 2016 23:01:18 +0900 Subject: Add -L option for curl to follow redirects. It is necessary to fetch tarballs from e.g. GitHub. Signed-off-by: Masanori Ogino --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 : -- cgit v1.1