mirror of
https://github.com/systemd/systemd.git
synced 2025-08-24 09:49:49 +03:00
build-sys: configure --with-python when running distcheck
Python support is pretty much essential to create man pages, so we should make sure that distcheck will request it during configure. Tested: Successfully ran "make distcheck" and confirmed --with-python was present in the ./configure run inside the unpacked distribution directory.
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
be8737ae38
commit
b9d5b4c30d
@ -5359,6 +5359,11 @@ DISTCHECK_CONFIGURE_FLAGS += \
|
|||||||
--with-sysvrcnd-path=
|
--with-sysvrcnd-path=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if HAVE_PYTHON
|
||||||
|
DISTCHECK_CONFIGURE_FLAGS += \
|
||||||
|
--with-python
|
||||||
|
endif
|
||||||
|
|
||||||
if ENABLE_GTK_DOC
|
if ENABLE_GTK_DOC
|
||||||
DISTCHECK_CONFIGURE_FLAGS += \
|
DISTCHECK_CONFIGURE_FLAGS += \
|
||||||
--enable-gtk-doc
|
--enable-gtk-doc
|
||||||
|
Reference in New Issue
Block a user