On Feb 5, 2008 4:35 PM, Tuncer Ayaz <[EMAIL PROTECTED]> wrote: > Just out of curiosity, would the following change break anything? > --- configure.orig 2008-01-25 10:55:34.000000000 +0100 > +++ configure 2008-01-25 10:56:14.000000000 +0100 > @@ -4345,7 +4345,7 @@ > test "$svn_allowed_neon" = "any"; then > svn_allowed_neon_on_system="yes" > SVN_NEON_INCLUDES=`$neon_config --cflags | sed -e 's/-D[^ ]*//g'` > - NEON_LIBS=`$neon_config --la-file` > + NEON_LIBS=`$neon_config --libs` > CFLAGS="$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`" > svn_lib_neon="yes" > break >
I'm asking because the version I built that way on Etch passes "make check" except some skipped tests which I did not skip manually. Shouldn't it be safe to apply this change to upstream subversion? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

