[postgis-tickets] r17709 - Fix syntax error in expr line

Sandro Santilli strk at kbt.io
Wed Aug 14 04:06:13 PDT 2019


Author: strk
Date: 2019-08-14 04:06:13 -0700 (Wed, 14 Aug 2019)
New Revision: 17709

Modified:
   trunk/postgis/Makefile.in
Log:
Fix syntax error in expr line

Closes #4477

Modified: trunk/postgis/Makefile.in
===================================================================
--- trunk/postgis/Makefile.in	2019-08-13 20:54:18 UTC (rev 17708)
+++ trunk/postgis/Makefile.in	2019-08-14 11:06:13 UTC (rev 17709)
@@ -223,7 +223,7 @@
 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



More information about the postgis-tickets mailing list