[postgis-tickets] r17768 - Move geobuf testing solely into configure

Paul Ramsey pramsey at cleverelephant.ca
Thu Aug 22 11:27:44 PDT 2019


Author: pramsey
Date: 2019-08-22 11:27:44 -0700 (Thu, 22 Aug 2019)
New Revision: 17768

Modified:
   trunk/postgis/Makefile.in
Log:
Move geobuf testing solely into configure


Modified: trunk/postgis/Makefile.in
===================================================================
--- trunk/postgis/Makefile.in	2019-08-22 18:26:43 UTC (rev 17767)
+++ trunk/postgis/Makefile.in	2019-08-22 18:27:44 UTC (rev 17768)
@@ -224,7 +224,7 @@
 ifeq (@HAVE_PROTOBUF@,yes)
 lwgeom_out_mvt.o: vector_tile.pb-c.h
 mvt.o: vector_tile.pb-c.h
-ifeq ($(shell expr "$(PROTOC_VERSION)" ">=" 1001000),1)
+ifeq (@HAVE_GEOBUF@,yes)
 lwgeom_out_geobuf.o: geobuf.pb-c.h
 geobuf.o: geobuf.pb-c.h
 endif



More information about the postgis-tickets mailing list