diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-01 16:01:51 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-01 16:01:51 +0100 |
commit | 8d0e1411434f18749d07a8d8820594e2c8d0fb4a (patch) | |
tree | f873caa3d5e588c3d306160c310b52b3e7e41583 /configure.ac | |
parent | d46a94ac9c1059672d6f92b78bf8d8597b9ce72c (diff) |
add test for python3-jinja2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9a3d63bbb..7b6977ee9 100644 --- a/configure.ac +++ b/configure.ac @@ -71,6 +71,8 @@ CFLAGS="-Wall -Wno-address-of-packed-member $CFLAGS" # Checks for header files. AC_CHECK_HEADERS([stdint.h stdlib.h string.h unistd.h sys/socket.h sys/un.h netinet/in.h netinet/ip.h]) +AX_PYTHON_MODULE([jinja2],true) + # Require minimum libgcrypt version need_libgcrypt_version=1.6.1 |