From: Simon Marlow Date: Wed, 3 Jun 2009 09:23:13 +0000 (+0000) Subject: fix logic for BUID_DOCBOOK_HTML X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f4ec2d0cad2994715116ab71b05e7af303d31921 fix logic for BUID_DOCBOOK_HTML --- diff --git a/configure.ac b/configure.ac index a6cee70..f1cd4ca 100644 --- a/configure.ac +++ b/configure.ac @@ -921,7 +921,7 @@ else fi AC_SUBST(HavePapi) -if test "$HAVE_DOCBOOK_XSL" = "" || +if test "$HAVE_DOCBOOK_XSL" = "NO" || test "$XsltprocCmd" = "" then BUILD_DOCBOOK_HTML=NO