----------------------------------------------------------------------
r41253: schwern | 2007-12-26 21:16:10 -0800
* Add a work around for FreeBSD's gutting of neon's libtool la file.
----------------------------------------------------------------------
--- subversion/configure (revision 41252)
+++ subversion/configure (revision 41253)
@@ -4005,6 +4005,7 @@
svn_allowed_neon_on_system="yes"
SVN_NEON_INCLUDES=`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`
NEON_LIBS=`$neon_config --la-file`
+ test -e $NEON_LIBS || NEON_LIBS=`$neon_config --libs`
CFLAGS="$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"
svn_lib_neon="yes"
break
@@ -4346,6 +4347,7 @@
svn_allowed_neon_on_system="yes"
SVN_NEON_INCLUDES=`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`
NEON_LIBS=`$neon_config --la-file`
+ test -e $NEON_LIBS || NEON_LIBS=`$neon_config --libs`
CFLAGS="$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"
svn_lib_neon="yes"
break