From b7ca95a4f853296e82dc0a830ac9f724416fd4c0 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 13 Sep 2013 15:53:08 +0200 Subject: Make missing Python modules a waring This avoids having to have all modules installed in the build environment. A Python version is still required during build. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 979eab6..0497fd4 100644 --- a/configure.ac +++ b/configure.ac @@ -614,7 +614,7 @@ then AX_PYTHON_MODULE(argparse) if test "x$HAVE_PYMOD_ARGPARSE" != "xyes" then - AC_MSG_ERROR(Required Python modules missing) + AC_MSG_WARN(Required Python modules missing) fi fi @@ -856,7 +856,7 @@ then test "x$HAVE_PYMOD_LDAP" != "xyes" || \ test "x$HAVE_PYMOD_SQLITE3" != "xyes" then - AC_MSG_ERROR(Required Python modules missing) + AC_MSG_WARN(Required Python modules missing) fi fi -- cgit v1.2.3