summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-11-22 09:59:05 +0100
committerThomas Haller <thaller@redhat.com>2016-11-22 09:59:05 +0100
commit8f0c9e0d07d4c4f79f9b31ad0bc39c507900a4e9 (patch)
treeff9058acb073bc72f9c55afc2f1b7b37b038c3b0
parent104546cc211739dc2356d4a39d4ace2679812aff (diff)
downloadNetworkManager-8f0c9e0d07d4c4f79f9b31ad0bc39c507900a4e9.tar.gz
build: drop no longer used defines BUILD_SETTING_DOCS and HAVE_SETTING_DOCS
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9963c4d104..2083ed32a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1111,7 +1111,6 @@ if test -n "$INTROSPECTION_MAKEFILE" -a "$enable_gtk_doc" = "yes"; then
AC_PATH_PROG(PERL, perl, no)
if test "$have_pyobject" = "yes"; then
- AC_DEFINE(BUILD_SETTING_DOCS, [1], [Define if you we can build nm-setting-docs.xml, nm-keyfile-docs.xml and nm-ifcfg-rh-docs.xml])
build_setting_docs=yes
fi
fi
@@ -1123,7 +1122,6 @@ if test "$build_setting_docs" != "yes" \
-a -f man/nm-settings-ifcfg-rh.xml \
-a -f docs/api/settings-spec.xml \
-a -f clients/cli/settings-docs.c; then
- AC_DEFINE(HAVE_SETTING_DOCS, [1], [Define if you have pre-built settings docs])
have_setting_docs=yes
fi