$NetBSD: patch-aa,v 1.3 2004/03/08 01:09:51 minskim Exp $ --- configure.orig 2004-03-07 18:36:35.000000000 -0600 +++ configure @@ -18335,7 +18335,7 @@ echo "$as_me:$LINENO: checking for Subve echo $ECHO_N "checking for Subversion libraries... $ECHO_C" >&6 SVN_LIB="" for VALUE in $SVN_LIBS ; do - LIBSVN_RESULT=`find $VALUE -name "libsvn_client-1.*" -maxdepth 1 \( -type f -o -type l \)` + LIBSVN_RESULT=1 if test -n "$LIBSVN_RESULT"; then SVN_LIB=$VALUE break