瀏覽代碼

v.external compile error --without-gdal --with-postgres (https://trac.osgeo.org/grass/ticket/2779)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66597 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 年之前
父節點
當前提交
06f9935e9d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      vector/v.external/main.c

+ 2 - 0
vector/v.external/main.c

@@ -24,7 +24,9 @@
 #include <grass/vector.h>
 #include <grass/glocale.h>
 
+#ifdef HAVE_OGR
 #include <ogr_api.h>
+#endif
 
 #include "local_proto.h"