From 4442d7e8ee42829859f645451d7a8b1c3e0aa9e2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 1 Nov 2000 16:33:25 +0000 Subject: Update. 2000-11-01 Ulrich Drepper * configure.in (with_cvs): Test for pserver access. --- configure.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 44d1df2..ae69b47 100644 --- a/configure.in +++ b/configure.in @@ -66,8 +66,12 @@ AC_ARG_WITH(elf, dnl --with-elf if using the ELF object format, elf=$withval, elf=no) AC_ARG_WITH(cvs, dnl -[ --without-cvs if CVS should not be used], +[ --without-cvs if CVS should not be used], with_cvs=$withval, with_cvs=yes) +if test "$with_cvs" = yes && test -d CVS && grep :pserver: CVS/Root > /dev/null +then + with_cvs=no +fi AC_SUBST(with_cvs) AC_ARG_WITH(headers, dnl -- cgit v1.1