소스 검색

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();
 }