浏览代码

v.buffer: compile only if GEOS present

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59985 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 年之前
父节点
当前提交
e5ae98f9a0
共有 1 个文件被更改,包括 2 次插入1 次删除
  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
 
+ifneq ($(strip $(USE_GEOS)),)
 default: cmd
-
+endif