Parcourir la source

v.buffer: compile only if GEOS present

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@59986 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler il y a 11 ans
Parent
commit
5e0abe4f87
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      vector/v.buffer/Makefile

+ 2 - 1
vector/v.buffer/Makefile

@@ -9,5 +9,6 @@ EXTRA_CFLAGS = $(VECT_CFLAGS) $(GEOSCFLAGS)
 
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 include $(MODULE_TOPDIR)/include/Make/Module.make
 
 
+ifneq ($(strip $(USE_GEOS)),)
 default: cmd
 default: cmd
-
+endif