[GRASS-SVN] r62258 - grass/branches/releasebranch_7_0

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 14 18:49:32 PDT 2014


Author: wenzeslaus
Date: 2014-10-14 18:49:32 -0700 (Tue, 14 Oct 2014)
New Revision: 62258

Modified:
   grass/branches/releasebranch_7_0/configure
   grass/branches/releasebranch_7_0/configure.in
Log:
configure: compile with SQLite by default (backport of r60995)

Modified: grass/branches/releasebranch_7_0/configure
===================================================================
--- grass/branches/releasebranch_7_0/configure	2014-10-15 01:21:02 UTC (rev 62257)
+++ grass/branches/releasebranch_7_0/configure	2014-10-15 01:49:32 UTC (rev 62258)
@@ -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-opengl           support OpenGL functionality (default: yes)"
 ac_help="$ac_help
@@ -1728,7 +1728,7 @@
   withval="$with_sqlite"
   :
 else
-  with_sqlite=no
+  with_sqlite=yes
 fi
 
 

Modified: grass/branches/releasebranch_7_0/configure.in
===================================================================
--- grass/branches/releasebranch_7_0/configure.in	2014-10-15 01:21:02 UTC (rev 62257)
+++ grass/branches/releasebranch_7_0/configure.in	2014-10-15 01:49:32 UTC (rev 62258)
@@ -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(opengl, OpenGL)
 LOC_ARG_WITH(odbc, ODBC, no)
 LOC_ARG_WITH(fftw, FFTW)



More information about the grass-commit mailing list