On Thu, Jun 26, 2014 at 10:06 PM, Vaclav Petras <[email protected]> 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 _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
