summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-08 09:39:31 +0200
committerAndy Wingo <wingo@pobox.com>2015-04-08 09:39:31 +0200
commit3027205011edd137fd935b82e55dadd18a927216 (patch)
tree5bdb1692875004c1d26134e852eda342444c315a /Makefile.am
parent30f5ab518c321a5665880b354a97432f418d4733 (diff)
Remove HAVE_PYTHON bits
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 1 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index 03edc19c57..bc23c2485b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1353,11 +1353,6 @@ DISTCHECK_CONFIGURE_FLAGS += \
--with-sysvinit-path= \
--with-sysvrcnd-path=
-if HAVE_PYTHON
-DISTCHECK_CONFIGURE_FLAGS += \
- --with-python
-endif
-
if ENABLE_GTK_DOC
DISTCHECK_CONFIGURE_FLAGS += \
--enable-gtk-doc
@@ -1366,12 +1361,7 @@ endif
#
# Require python when making dist
#
-.PHONY: dist-check-python dist-check-compat-libs dist-check-help
-dist-check-python:
-if !HAVE_PYTHON
- @echo "*** python and python-lxml module must be installed and enabled in order to make dist"
- @false
-endif
+.PHONY: dist-check-compat-libs dist-check-help
dist-check-compat-libs:
if !ENABLE_COMPAT_LIBS