diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-06-03 09:23:13 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-06-03 09:23:13 +0000 |
commit | f4ec2d0cad2994715116ab71b05e7af303d31921 (patch) | |
tree | d117152e801e9c5752affa46faccccb8ca756367 | |
parent | 90ce88a0a9b5611416e592a6ff96781ba884975f (diff) | |
download | haskell-f4ec2d0cad2994715116ab71b05e7af303d31921.tar.gz |
fix logic for BUID_DOCBOOK_HTML
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a6cee7077f..f1cd4ca504 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 |