[postgis-tickets] [PostGIS] #3868: README says 3.3+ required, configure enforces 3.4+
PostGIS
trac at osgeo.org
Fri Sep 29 06:25:05 PDT 2017
#3868: README says 3.3+ required, configure enforces 3.4+
---------------------+---------------------------
Reporter: pramsey | Owner: robe
Type: defect | Status: assigned
Priority: blocker | Milestone: PostGIS 2.4.0
Component: postgis | Version: trunk
Keywords: |
---------------------+---------------------------
From README
{{{
* GEOS (Required, Version 3.3.0 or higher
- 3.4+ is strongly recommended and needed for full features):
}}}
from configure
{{{
dnl Ensure that we are using GEOS >= 3.4.0
AC_MSG_RESULT([checking GEOS version... $GEOS_FULL_VERSION])
if test ! "$GEOS_NUMERIC_VERSION" -ge 30400; then
AC_MSG_ERROR([PostGIS requires GEOS >= 3.4.0])
fi
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3868>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list