From fde7af34f60fcc21735aa295f6b65f66d16f4c0a Mon Sep 17 00:00:00 2001 From: cpickett Date: Fri, 17 Nov 2006 23:53:54 +0000 Subject: [PATCH] * Remove check for genhtml, since it isn't used anywhere. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@377 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 380d101..37eb417 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,6 @@ if test -n "$GCC"; then fi AC_CHECK_PROGS(GCOV, gcov, false) AC_CHECK_PROGS(LCOV, lcov, false) -AC_CHECK_PROGS(GENHTML, genhtml, false) # Checks for libraries. -- 2.49.0