From 5bbe49dc947ea9f1532273644348c53054ca214a Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Mon, 28 Mar 2016 13:05:17 -0700 Subject: [PATCH] Update doxygen message. Configure only looks for doxygen if --enable-docs is passed, so report that as the issue instead. --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index cfc9bbc..1745901 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -107,7 +107,7 @@ doxygen-build.stamp: Doxyfile $(top_srcdir)/include/vorbis/*.h touch doxygen-build.stamp else doxygen-build.stamp: - echo "*** Warning: Doxygen not found; documentation will not be built." + echo "*** Warning: Documentation build is disabled." touch doxygen-build.stamp endif -- 2.7.4