[GRASS-SVN] r60995 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 26 13:44:08 PDT 2014
Author: wenzeslaus
Date: 2014-06-26 13:44:08 -0700 (Thu, 26 Jun 2014)
New Revision: 60995
Modified:
grass/trunk/configure
grass/trunk/configure.in
Log:
configure: compile with SQLite by default to avoid unintentional builds without SQLite
Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure 2014-06-26 20:30:33 UTC (rev 60994)
+++ grass/trunk/configure 2014-06-26 20:44:08 UTC (rev 60995)
@@ -37,7 +37,7 @@
ac_help="$ac_help
--with-mysql support MySQL functionality (default: no)"
ac_help="$ac_help
- --with-sqlite support SQLite functionality (default: no)"
+ --with-sqlite support SQLite functionality (default: yes)"
ac_help="$ac_help
--with-ffmpeg support FFMPEG functionality (default: no)"
ac_help="$ac_help
@@ -1735,7 +1735,7 @@
withval="$with_sqlite"
:
else
- with_sqlite=no
+ with_sqlite=yes
fi
Modified: grass/trunk/configure.in
===================================================================
--- grass/trunk/configure.in 2014-06-26 20:30:33 UTC (rev 60994)
+++ grass/trunk/configure.in 2014-06-26 20:44:08 UTC (rev 60995)
@@ -250,7 +250,7 @@
LOC_ARG_WITH(png, PNG)
LOC_ARG_WITH(postgres, PostgreSQL, no)
LOC_ARG_WITH(mysql, MySQL, no)
-LOC_ARG_WITH(sqlite, SQLite, no)
+LOC_ARG_WITH(sqlite, SQLite)
LOC_ARG_WITH(ffmpeg, FFMPEG, no)
LOC_ARG_WITH(opengl, OpenGL)
LOC_ARG_WITH(odbc, ODBC, no)
More information about the grass-commit
mailing list