diff options
author | Ian Lynagh <igloo@earth.li> | 2009-05-09 18:46:34 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-05-09 18:46:34 +0000 |
commit | 7c1909944e8726cad97107081a30b01bedeb9767 (patch) | |
tree | 9a2671950519246e26bdfd79f6347d8b63de16ab /configure.ac | |
parent | ebb3712252c4328f5e79ad7d2c3ba986a907631b (diff) | |
download | haskell-7c1909944e8726cad97107081a30b01bedeb9767.tar.gz |
Fix configure
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d56688d42a..f3f62a0a93 100644 --- a/configure.ac +++ b/configure.ac @@ -1299,7 +1299,7 @@ else fi AC_SUBST(HavePapi) -if test "$DIR_DOCBOOK_XSL" = "" -o +if test "$DIR_DOCBOOK_XSL" = "" || test "$XsltprocCmd" = "" then BUILD_DOCBOOK_HTML=NO |