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

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

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: 2007-10-07 13:22:12 CEST

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.

[[[
Fix Neon-0.27-related warning and fix bug introduced in r26820.

* build/ac-macros/neon.m4
  Introduce SVN_NEON_0_27 and fix quoting.
* subversion/libsvn_ra_neon/session.c
  (ra_neon_neonprogress): Use SVN_NEON_0_27.

Patch by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>
]]]

-- 
Arfrever Frehtes Taifersar Arahesis

Received on Sun Oct 7 13:27:54 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.