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

Re: svn commit: r33520 - requiring SQLite

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: Tue, 7 Oct 2008 10:46:41 -0700

On Tue, Oct 7, 2008 at 10:39 AM, Julian Foad <julianfoad_at_btopenworld.com> wrote:
> Harrumph. I have SQLite installed. What else do I need?

Looks like the version detection has gone haywire - what does the
following snippet produce for you:

      sqlite_version=`$pkg_config $SQLITE_PKGNAME --modversion --silence-errors`

      if $ECHO $sqlite_version | $EGREP -q $SQLITE_ALLOWED_PATTERN; then

(That's around line 48 in build/ac-macros/sqlite.m4)

HTH. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-07 19:46:53 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.