Browse Source

todo comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43369 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 14 years ago
parent
commit
c8a258a646
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/g.extension/g.extension.py

+ 1 - 0
scripts/g.extension/g.extension.py

@@ -103,6 +103,7 @@ def check():
     # check if we have the svn client
     if not grass.find_program('svn'):
         grass.fatal(_('svn client required. Please install subversion first.'))
+    # probably test here if we have "make" and "install" programs here too. gcc?
 
 def expand_module_class_name(c):
     name = { 'd'  : 'display',