From 269c2afee81da2c27010ea56609638606d815d2a Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 22 Nov 2016 10:48:33 +0100 Subject: 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. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1