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

Re: APR and APR-UTIL config problem

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-02-02 06:34:01 CET

David Summers <david@summersoft.fay.ar.us> writes:

> Yes, both apr-config and apr-util-config are installed as you can see in
> the rpm -ql listing.

Assuming "apr-config --libs" produces suitable output, you could try
adding something like

if test -x "$lookdir/bin/apr-config"; then
  LIBS="$preserve_LIBS `$lookdir/bin/apr-config --libs`"
fi

just before line 135 in find_apr.m4.

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:03 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.