]> granicus.if.org Git - postgis/commitdiff
GEOS 3.3.8 uses old snapping (#2379)
authorSandro Santilli <strk@keybit.net>
Sun, 14 Jul 2013 18:37:30 +0000 (18:37 +0000)
committerSandro Santilli <strk@keybit.net>
Sun, 14 Jul 2013 18:37:30 +0000 (18:37 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11682 b70326c6-7e19-0410-871a-916f4a2858ee

topology/test/Makefile.in

index 534d4899f0c9f3758d271ddf82b0bc2376399c3e..d947bc39ecc862b846ca6e0e5c5ce34a3a66c625 100644 (file)
@@ -71,7 +71,7 @@ TESTS = regress/legacy_validate.sql regress/legacy_predicate.sql \
 TESTS_EXPECTED = $(TESTS:.sql=_expected)
 
 regress/topogeo_addlinestring_expected: Makefile
-ifeq ($(shell expr $(GEOS_NUMERIC_VERSION) ">=" 30308),1)
+ifeq ($(shell expr $(GEOS_NUMERIC_VERSION) ">" 30308),1)
        cp regress/topogeo_addlinestring_expected_newsnap regress/topogeo_addlinestring_expected
 else
        cp regress/topogeo_addlinestring_expected_oldsnap regress/topogeo_addlinestring_expected