Skip to content

Commit

Permalink
Require geos 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eyal0 committed Jul 6, 2020
1 parent 4f24aee commit 1cb9dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PKG_CHECK_MODULES([gerbv], [libgerbv >= 2.1.0])
PKG_CHECK_MODULES([rsvg], [librsvg-2.0 >= 2.0])

# Optional GEOS, as a slower but more reliable replacement for Boost geometry.
GEOS_INIT
GEOS_INIT([3.8.1])
AS_IF([test "x$HAVE_GEOS" = "xyes"],
[AC_MSG_NOTICE([Found geos, we'll use it instead of some of the boost geometry for greater accuracy though it can be slower.])],
[AC_MSG_NOTICE([Didn't find geos, we'll use boost geometry for all geometry functions. If you see inaccuracy, try geos.])])
Expand Down

0 comments on commit 1cb9dcd

Please sign in to comment.