From 8d308eeea13737a3fc688c50ad069ceb8814a196 Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Mon, 16 Jan 2006 14:26:25 +0000
Subject: [PATCH] set a makefile conditional for WML so that we can
 enable/disable themed doxygen documentation depending on the existance of wml

[[Imported from SVN: r477]]
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 9a7c23cce..2eed858e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,7 @@ AC_CHECK_PROGS([BIBTEX], [bibtex], [true])
 AC_CHECK_PROGS([DVIPDF], [dvipdf], [true])
 AC_CHECK_PROGS([DVIPS], [dvips], [true])
 AC_CHECK_PROGS([WML], [wml], [true])
+AM_CONDITIONAL([WML], [test "x$WML" != xfalse && test "x$WML" != xno])
 AC_CHECK_PROGS([PERL], [perl], [true])
 DUNE_INKSCAPE
 
-- 
GitLab