aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-17 08:53:29 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-17 08:53:29 +1000
commit2343ce5a0c0370543950293e50a752ed6107c840 (patch)
tree2a9f4b6211d8b8b66e1a6f7dc69962e5df5e19e0 /configure.ac
parent0122e35cb6377fdd3234dbe03794aecb121a8612 (diff)
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 909b32b5..205d1bfe 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])