]> granicus.if.org Git - postgis/commitdiff
Fix regression suite to skip ST_ClipByBox2D testing unless available
authorSandro Santilli <strk@keybit.net>
Fri, 26 Sep 2014 09:16:44 +0000 (09:16 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 26 Sep 2014 09:16:44 +0000 (09:16 +0000)
.. 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

regress/Makefile.in

index e6c034c11fe91a334bb5a457c174618fc2510213..fb425d8bbc6121442d77ec27cac0d0db966a9e3e 100644 (file)
@@ -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 += \