From c58a56a7e60f1a7326b79941011aa07c5d0b9294 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 29 Nov 2004 16:07:28 +0000 Subject: [PATCH] Add a sentence to the warning at the end git-svn-id: https://svn.dealii.org/trunk@9810 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/configure.in b/deal.II/configure.in index e51619a5c5..d7ff72539c 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -589,6 +589,7 @@ if test "x$doxygen_not_found" = "xyes" ; then echo " WARNING: documentation generation program could be found." echo " WARNING: You can still use the library, but you won't be" echo " WARNING: able to generate API documentation locally on" - echo " WARNING: your machine." + echo " WARNING: your machine. It is available for download," + echo " WARNING: however." echo fi -- 2.39.5