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

Re: Subversion 1.7.4 should use pkg-config for sqlite3 libraries

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Thu, 26 Apr 2012 10:41:31 +0300

Alan Hourihane wrote on Thu, Apr 26, 2012 at 08:24:52 +0100:
> On 04/26/12 04:38, Daniel Shahaf wrote:
> > Alan Hourihane wrote on Wed, Apr 25, 2012 at 23:41:24 +0100:
> >> Yes, it doesn't work as you are checking /usr first, yet it should be
> >> pkg-config first (or only)....
> > Can't be "only" pkg-config, as that would break the build on systems
> > that don't have it.
> Well, you could check to see if pkg-config is available, then if
> pkg-config with sqlite3 worked, then fallback to specific paths.

We could, but it won't help you unless you stop passing --with-sqlite=/usr.

Refer to build/ac-macros/sqlite.m4.

I suggest you stop passing --with-sqlite=/usr --- that will make
configure DTRT on your system.
Received on 2012-04-26 09:42:11 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.