aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-09-15 11:05:12 +0000
committerLinaro Code Review <review@review.linaro.org>2015-09-15 11:05:12 +0000
commit0963197b89c5fc9d293f18694151d1379868d874 (patch)
tree3ffb6980a44715bb3d340341c902a7a68ae1feb6 /configure
parentbb0a8d0e7559298fc338d444aa06639d9c6651e2 (diff)
parent4c26fd3a16a0125a2f4363cb4c9dc22e3b5de6f2 (diff)
Merge "configure.ac: If no fileserver is specified, specify http://<default>/snapshots-ref"
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 38a0c43d..aebcb209 100755
--- a/configure
+++ b/configure
@@ -3778,7 +3778,7 @@ fi
if test "${with_fileserver+set}" = set; then :
withval=$with_fileserver; FILESERVER=${withval}
else
- FILESERVER='148.251.136.42'
+ FILESERVER='148.251.136.42/snapshots-ref'
fi
@@ -3875,6 +3875,8 @@ $as_echo "$as_me: My builds will be installed in: ${LOCAL_BUILDS}" >&6;}
$as_echo "$as_me: Sysroots will be installed in: ${SYSROOTS}" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: Remote snapshots will be fetched from: ${REMOTE_SNAPSHOTS}" >&5
$as_echo "$as_me: Remote snapshots will be fetched from: ${REMOTE_SNAPSHOTS}" >&6;}
+{ $as_echo "$as_me:${as_lineno-$LINENO}: Using remote fileserver: http://${FILESERVER}" >&5
+$as_echo "$as_me: Using remote fileserver: http://${FILESERVER}" >&6;}
echo ""