Skip to content

Commit

Permalink
Geos is faster than boost
Browse files Browse the repository at this point in the history
Modify the note about geos to indicate correctly that geos is faster than boost.
  • Loading branch information
eyal0 committed Jan 17, 2021
1 parent 1f15a80 commit 0a70944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ PKG_CHECK_MODULES([rsvg], [librsvg-2.0 >= 2.0])
# Optional GEOS, as a slower but more reliable replacement for Boost geometry.
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.])])
[AC_MSG_NOTICE([Found geos, we'll use it instead of some of the boost geometry for greater accuracy and speed.])],
[AC_MSG_NOTICE([Didn't find geos, we'll use boost geometry for all geometry functions. If you see inaccuracies or you want faster run times, try geos.])])
AS_IF([test "x$HAVE_GEOS" = "xyes"],
[AC_SUBST(GEOS_EXTRA, ["-DUSE_UNSTABLE_GEOS_CPP_API -DGEOS_VERSION=\\\"\$(GEOS_VERSION)\\\""])])
AS_IF([test "x$HAVE_GEOS" = "xyes"],
Expand Down

0 comments on commit 0a70944

Please sign in to comment.