From: Michael Tremer Date: Tue, 6 Jul 2021 14:39:34 +0000 (+0000) Subject: configure: Check for tornado Python module X-Git-Tag: 0.9.28~1097 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f253ac347b98b38b75dc0937937905a137963185;p=pakfire.git configure: Check for tornado Python module Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index 8807efddf..0f87e118c 100644 --- a/configure.ac +++ b/configure.ac @@ -213,6 +213,8 @@ AM_PATH_PYTHON([3.7]) AX_PYTHON_MODULE([systemd], [AC_MSG_ERROR([*** systemd Python module not found])]) +AX_PYTHON_MODULE([tornado], + [AC_MSG_ERROR([*** tornado Python module not found])]) # Libraries we depend on PKG_CHECK_MODULES([ARCHIVE], [libarchive >= 3.3.3])