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

Re: [PATCH] Specify serf's library dependencies in serf.m4

From: Peter Samuelson <peter_at_p12n.org>
Date: Tue, 10 Jun 2008 00:15:12 -0500

[Stefan Sperling]
> - AC_CHECK_LIB(serf-0, serf_context_create,[serf_found="yes"])
> + AC_CHECK_LIB(serf-0, serf_context_create,[serf_found="yes"], ,
> + -lz `$apr_config --link-ld --libs` `$apu_config --link-ld --libs`)

Shouldn't that be: $SVN_APRUTIL_EXPORT_LIBS $SVN_APR_EXPORT_LIBS -lz ?

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/

Received on 2008-06-10 07:15:27 CEST

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.