Hyrum K. Wright wrote:
> Author: hwright
> Date: Thu Jan 15 09:12:23 2009
> New Revision: 35263
>
> Log:
> Make configure a bit more flexible when is comes to SQLite:
> * When given the --with-sqlite flag:
> - check that the target is a sqlite installation that exists and meets
> our minimum requirements
> - check that the target is the sqlite amalgamation that exists and meets
> our minimum requirements
>
> * When not given the --with-sqlite flag:
> - check for the shared library via pkg-config
> - check for an appropriate amalgamation file in build/
>
> INSTALL still needs to be updated, as does the code for including the
> amalgamation file in -deps. Those commits will follow shortly.
>
> This commit also reverts portions of r35241, which added initial support
> for the amalgamation file (to the detriment of library installs).
...
This probably hopelessly breaks thinks on Windows. Any windows-minded person
who could take a look at this is welcome and encouraged to.
-Hyrum
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1026755
Received on 2009-01-15 18:37:31 CET