You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2002/04/24 00:58:40 UTC

Re: svn commit: rev 1759 - trunk/ac-helpers

This test isn't going to work. libexpat.la hasn't been built when
ac-helpers/neon.m4 is used.

No... apr-util needs to export information thru apu-config on where an app
should find expat. We can then pass that along to Neon.

Cheers,
-g

On Tue, Apr 23, 2002 at 06:33:20PM -0500, striker@tigris.org wrote:
> Author: striker
> Date: 2002-04-23 23:33 GMT
> New Revision: 1759
> 
> Modified:
>    trunk/ac-helpers/neon.m4
> Log:
> * ac-helpers/neon.m4
> 
>   Make neon look in the right location for the
>   expat bundled with apr-util.
> 
> 
> Modified: trunk/ac-helpers/neon.m4
> ==============================================================================
> --- trunk/ac-helpers/neon.m4	(original)
> +++ trunk/ac-helpers/neon.m4	Tue Apr 23 18:33:14 2002
> @@ -68,8 +68,8 @@
>  
>            # If we have apr-util and it's bundled expat, we can point neon
>            # there, otherwise, neon is on its own to find expat. 
> -          if test -f "$abs_builddir/apr-util/xml/expat/libexpat.la" ; then 
> -            args="$args --with-expat='$abs_builddir/apr-util/xml/expat/libexpat.la'"
> +          if test -f "$abs_builddir/apr-util/xml/expat/lib/libexpat.la" ; then 
> +            args="$args --with-expat='$abs_builddir/apr-util/xml/expat/lib/libexpat.la'"
>            fi
>            SVN_SUBDIR_CONFIG(neon, $args)
>  
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org