Changeset: bcaabfb26698 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bcaabfb26698 Modified Files: configure.ag Branch: geo Log Message:
for (a.o.) GEOSDelaunayTriangulation(), we need geos >= 3.4.0 diffs (13 lines): diff --git a/configure.ag b/configure.ag --- a/configure.ag +++ b/configure.ag @@ -2531,7 +2531,8 @@ AC_ARG_WITH(geos, have_geos="$withval") case "$enable_geom" in yes|auto) - GEOS_VERSION_REQUIRED_MIN=3.0.0 + # geos >= 3.4.0 required for (a.o.) GEOSDelaunayTriangulation() + GEOS_VERSION_REQUIRED_MIN=3.4.0 GEOS_CONFIG='' if test "x$have_geos" != xno; then case "$have_geos" in _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list