Skip to content

Commit

Permalink
do not build PDF docs if apache FOP is not found.
Browse files Browse the repository at this point in the history
svn:revision:33688
svn:branch:trunk
svn:account:erikgreenwald
  • Loading branch information
erikg committed Feb 6, 2009
1 parent f080fdd commit 8688382
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3423,7 +3423,8 @@ if test "x$bc_build_docs" != "xno" ; then
docbook_processing="yes (man/html/pdf)"
else
docbook_processing="yes (man/html only)"
APACHEFOP=:
docbook_pdf_processing="no"
APACHEFOP=""
fi
fi
AC_SUBST(XSLTPROC)
Expand Down

0 comments on commit 8688382

Please sign in to comment.