configure: add check for svn
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jul 05 00:54:06 2011 +0200 (2011-07-05)
changeset 2540158702c9f65a
parent 2539 e32f4809a267
child 2541 7cce5c8fc79a
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>
configure
     1.1 --- a/configure	Thu Jul 07 00:01:50 2011 +0200
     1.2 +++ b/configure	Tue Jul 05 00:54:06 2011 +0200
     1.3 @@ -459,6 +459,9 @@
     1.4  has_or_warn  prog=cvs                                                   \
     1.5               kconfig=has_cvs                                            \
     1.6               err="it will not be possible to use newlib cvs snapshots"
     1.7 +has_or_abort prog=svn                               \
     1.8 +             kconfig=has_svn                        \
     1.9 +             err="subversion is required to download eglibc"
    1.10  
    1.11  # Host system checks
    1.12