summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-11-22 10:35:16 +0100
committerThomas Haller <thaller@redhat.com>2016-11-22 11:00:49 +0100
commit2c9572d3028da01b5fe0a992ce6a834589fdbbaf (patch)
tree8210a321739523b52d0352fac4bae0e35055bda4
parent98ac6ba5e5107f2ef1598d334d68955f95c95e19 (diff)
downloadNetworkManager-2c9572d3028da01b5fe0a992ce6a834589fdbbaf.tar.gz
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.
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 497e1d7270..fc5bfb0042 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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