[jhbuild] [sanitycheck] Remove check for db2html



commit c0f2ea41078814b1a7e09e15e19fa72be3722e0a
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Mar 8 23:24:50 2010 +0100

    [sanitycheck] Remove check for db2html

 jhbuild/commands/sanitycheck.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/jhbuild/commands/sanitycheck.py b/jhbuild/commands/sanitycheck.py
index 68abb7c..d2a7d62 100644
--- a/jhbuild/commands/sanitycheck.py
+++ b/jhbuild/commands/sanitycheck.py
@@ -76,9 +76,6 @@ class cmd_sanitycheck(Command):
         if not check_version(['pkg-config', '--version'],
                              r'^([\d.]+)', '0.14.0'):
             uprint(_('%s not found') % 'pkg-config >= 0.14.0')
-        if not check_version(['db2html', '--version'],
-                             r'.* ([\d.]+)', '0.0'):
-            uprint(_('%s not found') % 'db2html')
         if not check_version(['autoconf', '--version'],
                              r'autoconf \([^)]*\) ([\d.]+)', '2.53'):
             uprint(_('%s not found') % 'autoconf >= 2.53')



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]