summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-08-01 20:46:57 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-08-01 20:46:57 (GMT)
commitf7a05d343a937f6d1262340d54cf4558544a689f (patch)
tree7972f4d06ab487200cf2b9dbe2a93e51d4b13f23 /configure
parent5f79506725b2b4c8e26274e8c53ddddcb8f9929f (diff)
configure: do not require svn
svn is needed to download eglibc from the upstream repository. In some situations, though, it can happen that: - the developpers' machines do not have svn - a LAN mirror has been set-up with pre-downloaded eglibc tarballs In this case, it makes sense not to hard-depend on svn. So, if svn is missing, just say so, and add a comment in the menuconfig. Reported-by: ANDY KENNEDY <ANDY.KENNEDY@adtran.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cd5f7ca..c043dd7 100755
--- a/configure
+++ b/configure
@@ -460,7 +460,7 @@ has_or_abort prog=patch var=patch
has_or_warn prog=cvs \
kconfig=has_cvs \
err="it will not be possible to use newlib cvs snapshots"
-has_or_abort prog=svn \
+has_or_warn prog=svn \
kconfig=has_svn \
err="subversion is required to download eglibc"