summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-02-17 18:06:47 -0500
committerSean Bright <sean.bright@gmail.com>2017-02-17 17:08:11 -0600
commit022dcc617ea5c3c061d03471d8bffb10b3ab5a3f (patch)
treed743d1371372237f846bfadf5b625e56d4d2b8fb /configure
parentbba48a56620afd6c92760eba8a046513fbb227ab (diff)
pjproject-bundled: Fix checksum verification when using cURL
ASTERISK-26802 #close Reported by: Michael L. Young Change-Id: Iad293080f55d4d69ab615717a15211d916eed613
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bc2d24a5c..44c7e07cb 100755
--- a/configure
+++ b/configure
@@ -7954,7 +7954,7 @@ if test "${WGET}" != ":" ; then
DOWNLOAD_TIMEOUT='--timeout=$1'
else if test "${CURL}" != ":" ; then
DOWNLOAD="${CURL} -O --progress-bar -w \"%{url_effective}\n\""
- DOWNLOAD_TO_STDOUT="${CURL} -L --progress-bar -w \"%{url_effective}\n\""
+ DOWNLOAD_TO_STDOUT="${CURL} -L --progress-bar"
DOWNLOAD_TIMEOUT='--max-time $(or $2,$1)'
else
# Extract the first word of "fetch", so it can be a program name with args.