浏览代码

libgis: disable module check since svn keywords are not maintained by git (#117)

Markus Neteler 5 年之前
父节点
当前提交
d5b110063a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lib/gis/gisinit.c

+ 2 - 0
lib/gis/gisinit.c

@@ -85,11 +85,13 @@ void G__no_gisinit(const char *version)
     if (initialized)
 	return;
 
+    /* temporary disabled since svn keywords are not maintained by git
     if (strcmp(version, GIS_H_VERSION) != 0)
 	G_fatal_error(_("Module built against version %s but "
 			"trying to use version %s. "
 			"You need to rebuild GRASS GIS or untangle multiple installations."),
                         version, GIS_H_VERSION);
+    */
     gisinit();
 }