From: Thomas Jarosch Date: Fri, 9 Feb 2007 09:06:20 +0000 (+0000) Subject: libftdi, libt2n: (tomj) fix build when doxygen is not installed X-Git-Tag: v0.3~14 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=a16e5f7ecd6f03744b987a7f539a8327f919443e libftdi, libt2n: (tomj) fix build when doxygen is not installed --- diff --git a/configure.in b/configure.in index 41756f8..ebbb204 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ AC_PROG_CXX AM_PROG_LIBTOOL dnl check for doxygen -AC_PATH_PROG(DOXYGEN, doxygen, $PATH) +AC_PATH_PROG(DOXYGEN, doxygen) AM_CONDITIONAL(HAVE_DOXYGEN, test -n $DOXYGEN); AM_CONDITIONAL(AUTOCHECK, test "$enable_autocheck" = yes)