summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-11-22 10:48:33 +0100
committerThomas Haller <thaller@redhat.com>2016-11-22 11:00:49 +0100
commit269c2afee81da2c27010ea56609638606d815d2a (patch)
tree3e93ef57c075f13025136b13990b61d161c6d4cb
parent2c9572d3028da01b5fe0a992ce6a834589fdbbaf (diff)
downloadNetworkManager-269c2afee81da2c27010ea56609638606d815d2a.tar.gz
build: don't consider clients/cli/settings-docs.c for SETTING_DOCS_AVAILABLE
"clients/cli/settings-docs.c" is only required for nmcli. Makefile.am will check for the existance of the file during the build. It doesn't matter for SETTING_DOCS_AVAILABLE.
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 07e1fbf330..29aee7cacc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1126,8 +1126,7 @@ if test "$build_setting_docs" != "yes" \
-a -f man/nm-settings.xml \
-a -f man/nm-settings-keyfile.xml \
-a -f man/nm-settings-ifcfg-rh.xml \
- -a -f docs/api/settings-spec.xml \
- -a -f clients/cli/settings-docs.c; then
+ -a -f docs/api/settings-spec.xml; then
have_setting_docs=yes
fi