[GRASS-dev] Enable compilation with SQLite by deafut

Markus Neteler neteler at osgeo.org
Thu Jun 26 13:25:15 PDT 2014


On Thu, Jun 26, 2014 at 10:06 PM, Vaclav Petras <wenzeslaus at gmail.com> wrote:
> Hi,
>
> I just noticed that the default value in ./configure for SQLite support is
> "no". Since sqlite is the default for GRASS 7 wouldn't make sense to have it
> enabled by default?
>
> For example, wxGUI does not even considers missing SQLite as a possibility.
> I'm not sure if it is right and if modules are more robust. However, to make
> compilation easier for (compilation) first time users, I suggest to change
> the default to "yes".

To me that sounds reasonable.

> I don't know how to do it, configure(.in) is still mysterious for me.

Very easy:

- in "configure.in" line 253, take out the ", no"
- then run autoconf-2.13
- run configure ... to test

Markus


More information about the grass-dev mailing list