dia-enable-html-docs.patch 714 B

123456789101112131415161718192021222324252627
  1. diff -u a/configure.in b/configure.in
  2. --- a/configure.in 2015-10-10 20:23:14.257728818 +0200
  3. +++ b/configure.in 2015-10-10 20:23:44.512728478 +0200
  4. @@ -532,10 +532,10 @@
  5. AM_CONDITIONAL(WITH_JW, test "xno" != "xno")
  6. fi
  7. hardbook_ok=no
  8. -xsltproc_ok=no
  9. +xsltproc_ok=yes
  10. if test "x$with_hardbooks" = "xno"; then
  11. AM_CONDITIONAL(WITH_JW, test "xno" != "xno")
  12. - AM_CONDITIONAL(WITH_HTMLDOC, test "xno" != "xno")
  13. + AM_CONDITIONAL(WITH_HTMLDOC, test "x$xsltproc" != "xno")
  14. AM_CONDITIONAL(WITH_PDFDOC, test "xno" != "xno")
  15. AM_CONDITIONAL(WITH_PSDOC, test "xno" != "xno")
  16. else
  17. @@ -549,9 +549,6 @@
  18. hardbook_ok=yes
  19. fi
  20. fi
  21. - if test "x$xsltproc" != "xno" ; then
  22. - xsltproc_ok=yes
  23. - fi
  24. fi