]> granicus.if.org Git - postgis/commitdiff
Fix syntax error in expr line
authorSandro Santilli <strk@kbt.io>
Wed, 14 Aug 2019 11:06:13 +0000 (11:06 +0000)
committerSandro Santilli <strk@kbt.io>
Wed, 14 Aug 2019 11:06:13 +0000 (11:06 +0000)
Closes #4477

git-svn-id: http://svn.osgeo.org/postgis/trunk@17709 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/Makefile.in

index 69653f45392c22edf88c604a66d2f96860f6be91..fd6607dc541d4be1b4daa8bb0488dbfb2442fbfb 100644 (file)
@@ -223,7 +223,7 @@ geobuf.pb-c.c geobuf.pb-c.h: geobuf.proto
 ifeq (@HAVE_PROTOBUF@,yes)
 lwgeom_out_mvt.o: vector_tile.pb-c.h
 mvt.o: vector_tile.pb-c.h
-ifeq ($(shell expr $(PROTOCC_VERSION) ">=" 10100),1)
+ifeq ($(shell expr @PROTOCC_VERSION@ ">=" 10100),1)
 lwgeom_out_geobuf.o: geobuf.pb-c.h
 geobuf.o: geobuf.pb-c.h
 endif