mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Add build_doc by default.
However, skip building the docs (and output warnings) if XML support is missing. This allows `make install` to succeed w/o `make dist`.
This commit is contained in:
parent
23b15e764b
commit
9015deb126
2 changed files with 19 additions and 1 deletions
|
|
@ -175,6 +175,9 @@ fi
|
|||
],
|
||||
XSLROOT="${DEFAULT_XSLROOT}"
|
||||
)
|
||||
if test "x$XSLTPROC" = "xfalse" ; then
|
||||
XSLROOT=""
|
||||
fi
|
||||
AC_SUBST([XSLROOT])
|
||||
|
||||
dnl If CFLAGS isn't defined, set CFLAGS to something reasonable. Otherwise,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue