Re: CVS update: subversion configure.in
From: Greg Stein <gstein_at_lyra.org>
Date: 2000-10-10 12:51:17 CEST
WARNING: this requires a patch to Neon before this will work. Joe is going
On Tue, Oct 10, 2000 at 05:13:11AM -0000, gstein@tigris.org wrote:
-- Greg Stein, http://www.lyra.org/ --- neon-0.7.4/configure Sat Oct 7 11:29:28 2000 +++ neon/configure Mon Oct 9 04:07:49 2000 @@ -2133,13 +2125,18 @@ withval="$with_expat" if test "$withval" != "no"; then + case "$withval" in + */libexpat.la) + neon_using_libtool_expat=yes + withval=`echo $withval | sed 's:/libexpat.la$::'` + esac if test -r "$withval/xmlparse.h"; then cat >> confdefs.h <<\EOF #define HAVE_EXPAT 1 EOF CFLAGS="$CFLAGS -I$withval" - if test -r "$withval/libexpat.la"; then + if test -n "$neon_using_libtool_expat"; then LIBS="$LIBS $withval/libexpat.la" else LIBS="$LIBS -L$withval -lexpat"Received on Sat Oct 21 14:36:10 2006 |
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.