mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 01:14:53 +01:00
configure: make sure WITH_PYTHON_DOCS is initialized
Thanks to pazz for reporting the problem.
This commit is contained in:
parent
a05da45523
commit
13116c5ced
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -108,6 +108,7 @@ PREFIX=/usr/local
|
|||
LIBDIR=
|
||||
WITH_DOCS=1
|
||||
WITH_API_DOCS=1
|
||||
WITH_PYTHON_DOCS=1
|
||||
WITH_EMACS=1
|
||||
WITH_DESKTOP=1
|
||||
WITH_BASH=1
|
||||
|
@ -803,6 +804,7 @@ if [ $have_python3 -eq 1 ]; then
|
|||
have_python3_cffi=1
|
||||
WITH_PYTHON_DOCS=1
|
||||
else
|
||||
WITH_PYTHON_DOCS=0
|
||||
printf "No (will not install CFFI-based python bindings).\n"
|
||||
fi
|
||||
rm -rf __pycache__ # cffi.FFI().verify() uses this space
|
||||
|
|
Loading…
Reference in a new issue