]> git.ipfire.org Git - pakfire.git/commitdiff
configure: Check for tornado Python module
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Jul 2021 14:39:34 +0000 (14:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Jul 2021 14:39:34 +0000 (14:39 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac

index 8807efddf9afe06fdb58aa5a0f1aaadb57b9d91c..0f87e118c8497c94f9685cb0cdba0ebdb8bd3a4d 100644 (file)
@@ -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])