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:
@@ -128,13 +128,9 @@ DISTCHECK_CONFIGURE_FLAGS = \
|
|||||||
dist-configure-check:
|
dist-configure-check:
|
||||||
@echo "*** 'make dist' requires '--enable-gtk-doc --with-introspection --with-libnm-glib'. ***"
|
@echo "*** 'make dist' requires '--enable-gtk-doc --with-introspection --with-libnm-glib'. ***"
|
||||||
@false
|
@false
|
||||||
|
|
||||||
if !BUILD_SETTING_DOCS
|
if !BUILD_SETTING_DOCS
|
||||||
dist_configure_check += dist-configure-check
|
dist_configure_check += dist-configure-check
|
||||||
endif
|
endif
|
||||||
if !ENABLE_GTK_DOC
|
|
||||||
dist_configure_check += dist-configure-check
|
|
||||||
endif
|
|
||||||
if !WITH_LEGACY_LIBRARIES
|
if !WITH_LEGACY_LIBRARIES
|
||||||
dist_configure_check += dist-configure-check
|
dist_configure_check += dist-configure-check
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user