From 2343ce5a0c0370543950293e50a752ed6107c840 Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 17 Jul 2006 08:53:29 +1000 Subject: [PATCH] Don't check for presence of Doxygen in the configure script, since it's no longer needed to build fish darcs-hash:20060716225329-ac50b-7e48abb063dd717adfd00c571c5550978790d2bc.gz --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure.ac b/configure.ac index 909b32b54..205d1bfe9 100644 --- a/configure.ac +++ b/configure.ac @@ -82,15 +82,6 @@ AC_PROG_CC AC_PROG_CPP AC_PROG_INSTALL -# Check for doxygen, which is needed to build -AC_CHECK_PROG( has_doxygen, [doxygen], "true") - -if ! test "$has_doxygen" = "true"; then - AC_MSG_ERROR( [cannot find the Doxygen program in your path. -This program is needed to build fish. -Please install it and try again.]) -fi - # Check for seq command. If missing, make sure fallback shellscript # implementation is installed AC_CHECK_PROG( SEQ_FALLBACK, seq, [ ], [seq])