From: Sandro Santilli Date: Fri, 26 Sep 2014 09:16:44 +0000 (+0000) Subject: Fix regression suite to skip ST_ClipByBox2D testing unless available X-Git-Tag: 2.2.0rc1~831 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d9497a974b9ebbf723d5a5e3346852c3999c714;p=postgis Fix regression suite to skip ST_ClipByBox2D testing unless available .. it was a typo (requires GEOS 3.5, not 3.4) git-svn-id: http://svn.osgeo.org/postgis/trunk@13000 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/Makefile.in b/regress/Makefile.in index e6c034c11..fb425d8bb 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -161,7 +161,7 @@ ifeq ($(shell expr $(POSTGIS_GEOS_VERSION) ">=" 34),1) delaunaytriangles endif -ifeq ($(shell expr $(POSTGIS_GEOS_VERSION) ">=" 34),1) +ifeq ($(shell expr $(POSTGIS_GEOS_VERSION) ">=" 35),1) # GEOS-3.5 adds: # ST_ClipByBox2d TESTS += \