aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e3d9954f..ca0b9bb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -537,6 +537,11 @@ case $enable_ca_tools in
ok=no
AC_MSG_WARN([I can't find Python.h. Python sources are required to build the CA tools.])
fi
+ if test $have_lxml = no
+ then
+ ok=no
+ AC_MSG_WARN([The RPKI tools require the Python LXML module.])
+ fi
if test $have_acceptable_django = no
then
ok=no