[GRASS-SVN] r74391 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 17 13:21:54 PDT 2019
Author: mmetz
Date: 2019-04-17 13:21:54 -0700 (Wed, 17 Apr 2019)
New Revision: 74391
Modified:
grass/trunk/configure
grass/trunk/configure.in
Log:
configure with ZSTD by default, can be disabled with --with-zstd=no
Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure 2019-04-17 09:07:26 UTC (rev 74390)
+++ grass/trunk/configure 2019-04-17 20:21:54 UTC (rev 74391)
@@ -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/trunk/configure.in
===================================================================
--- grass/trunk/configure.in 2019-04-17 09:07:26 UTC (rev 74390)
+++ grass/trunk/configure.in 2019-04-17 20:21:54 UTC (rev 74391)
@@ -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