[GRASS-SVN] r74398 - grass/branches/releasebranch_7_6

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 18 05:53:59 PDT 2019


Author: mmetz
Date: 2019-04-18 05:53:59 -0700 (Thu, 18 Apr 2019)
New Revision: 74398

Modified:
   grass/branches/releasebranch_7_6/configure
   grass/branches/releasebranch_7_6/configure.in
Log:
configure with ZSTD by default, can be disabled with --with-zstd=no (backport trunk r74391)

Modified: grass/branches/releasebranch_7_6/configure
===================================================================
--- grass/branches/releasebranch_7_6/configure	2019-04-18 12:06:29 UTC (rev 74397)
+++ grass/branches/releasebranch_7_6/configure	2019-04-18 12:53:59 UTC (rev 74398)
@@ -69,7 +69,7 @@
 ac_help="$ac_help
   --with-bzlib            support BZIP2 functionality (default: no)"
 ac_help="$ac_help
-  --with-zstd             support Zstandard functionality (default: no)"
+  --with-zstd             support Zstandard functionality (default: yes)"
 ac_help="$ac_help
   --with-gdal[=path/gdal-config]
                           enable GDAL/OGR support (gdal-config with path,
@@ -1909,7 +1909,7 @@
   withval="$with_zstd"
   :
 else
-  with_zstd=no
+  with_zstd=yes
 fi
 
 

Modified: grass/branches/releasebranch_7_6/configure.in
===================================================================
--- grass/branches/releasebranch_7_6/configure.in	2019-04-18 12:06:29 UTC (rev 74397)
+++ grass/branches/releasebranch_7_6/configure.in	2019-04-18 12:53:59 UTC (rev 74398)
@@ -268,7 +268,7 @@
 LOC_ARG_WITH(openmp, OpenMP, no)
 LOC_ARG_WITH(opencl, OpenCL, no)
 LOC_ARG_WITH(bzlib, BZIP2, no)
-LOC_ARG_WITH(zstd, Zstandard, no)
+LOC_ARG_WITH(zstd, Zstandard)
 
 AC_ARG_WITH(gdal,
 [  --with-gdal[=path/gdal-config]



More information about the grass-commit mailing list