summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5d2a010d..c40875f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -227,7 +227,11 @@ EOF
AC_MSG_WARN([Not building reference documentation in PDF format])
fi
fi
-AM_CONDITIONAL([BUILD_PDFREFDOCS], [test "have_xmlto_pdf" == "yes"])
+dnl Unfortunately https://bugzilla.redhat.com/show_bug.cgi?id=526273
+dnl blocks "xmlto pdf" on our docs (but not on the above test).
+dnl So we need to disable this anyway.
+dnl AM_CONDITIONAL([BUILD_PDFREFDOCS], [test "$have_xmlto_pdf" == "yes"])
+AM_CONDITIONAL([BUILD_PDFREFDOCS], [test "maybe later" == "yes"])
dnl Handle the option to build the server setup.
AC_ARG_ENABLE([server],