[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Fix Neon-0.27-related warning and fix bug introduced in r26820

From: Daniel L. Rall <dlr_at_collab.net>
Date: 2007-10-08 04:24:33 CEST

On Sun, 07 Oct 2007, Arfrever Frehtes Taifersar Arahesis wrote:

> r26820 introduced a bug which causes that SVN_NEON_0_26 is never defined.
>
> Autoconf expands
> if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[6-7]\.'`" ; then
> to
> if echo "$NEON_VERSION" | grep -q '^0\.26-7\.' ; then
>
> Additional [ and ] should be placed somewhere outside.
>
> I'm attaching a patch which also fixes Neon-0.27-related warning.

Thanks Arfrever, committed to trunk in r27007.

-- 
Daniel Rall

  • application/pgp-signature attachment: stored
Received on Mon Oct 8 04:24:42 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.