mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 02:30:18 +01:00
build: remove redundant check for ENABLE_GTK_DOC
BUILD_SETTING_DOCS is only enabled when we have also ENABLE_GTK_DOC. Remove the redundant check.
This commit is contained in:
parent
98ac6ba5e5
commit
2c9572d302
1 changed files with 0 additions and 4 deletions
|
|
@ -128,13 +128,9 @@ DISTCHECK_CONFIGURE_FLAGS = \
|
|||
dist-configure-check:
|
||||
@echo "*** 'make dist' requires '--enable-gtk-doc --with-introspection --with-libnm-glib'. ***"
|
||||
@false
|
||||
|
||||
if !BUILD_SETTING_DOCS
|
||||
dist_configure_check += dist-configure-check
|
||||
endif
|
||||
if !ENABLE_GTK_DOC
|
||||
dist_configure_check += dist-configure-check
|
||||
endif
|
||||
if !WITH_LEGACY_LIBRARIES
|
||||
dist_configure_check += dist-configure-check
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue