From: Michael Tremer Date: Wed, 5 Oct 2022 10:24:11 +0000 (+0000) Subject: configure: Depend on Python kerberos X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f927afd3f98eb8e38ec4704c27d6269ee8d9aac8;p=pbs.git configure: Depend on Python kerberos Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index 2998c1ce..c2e10b26 100644 --- a/configure.ac +++ b/configure.ac @@ -82,6 +82,7 @@ m4_pattern_forbid([^_?PKG_[A-Z_]+$],[*** pkg.m4 missing, please install pkg-conf # ------------------------------------------------------------------------------ AX_PYTHON_MODULE([boto3], [fatal]) +AX_PYTHON_MODULE([kerberos], [fatal]) AX_PYTHON_MODULE([location], [fatal]) AX_PYTHON_MODULE([pygments], [fatal])