summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-04 22:54:06 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-04 22:54:06 (GMT)
commita6ec9c6052b69527383847e198f2ceb2f174211f (patch)
treeadf7f846a6e8d4d8645d0f886e2a7688e395c2bc
parent25d4041090b8074afd7134afc18fa0466eb8cd54 (diff)
configure: add check for svn
svn is needed to downlod eglibc, so we require it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index a423e4f..bbef09a 100755
--- a/configure
+++ b/configure
@@ -459,6 +459,9 @@ 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 \
+ kconfig=has_svn \
+ err="subversion is required to download eglibc"
# Host system checks