Browse Source

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 years ago
parent
commit
e5ae98f9a0
1 changed files with 2 additions and 1 deletions
  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