]> git.pld-linux.org Git - packages/erlang.git/blame - erlang-no-fop.patch
- up to 22.2.8
[packages/erlang.git] / erlang-no-fop.patch
CommitLineData
6f79b258
JB
1--- otp-OTP-21.3.8.6/erts/configure.in.orig 2019-07-11 17:18:55.000000000 +0200
2+++ otp-OTP-21.3.8.6/erts/configure.in 2019-09-09 17:44:05.368217526 +0200
3@@ -855,7 +855,8 @@
4 AC_MSG_WARN([No 'xsltproc' command found: the documentation cannot be built])
5 fi
6
7-AC_CHECK_PROGS(FOP, fop)
8+dnl AC_CHECK_PROGS(FOP, fop)
9+AC_SUBST(FOP)
10 if test -z "$FOP"; then
11 FOP="$ERL_TOP/make/fakefop"
12 echo "fop" >> doc/CONF_INFO
This page took 0.134655 seconds and 4 git commands to generate.