From f56e6496224eb5b997facfe80d9d6262c9296f93 Mon Sep 17 00:00:00 2001 From: defanor Date: Thu, 19 Nov 2020 07:02:48 +0300 Subject: Implement XEP-0373: OpenPGP for XMPP Various checks and utility functions should still be added, and it currently relies on gpg(1) for key generation and validation, but PEP-based key distribution and basic OpenPGP functionality are there. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b8e3786..02ea44c 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,8 @@ PKG_CHECK_MODULES([UNBOUND], [libunbound]) AC_SUBST(UNBOUND_CFLAGS) AC_SUBST(UNBOUND_LIBS) +AM_PATH_GPGME + # Checks for header files. AC_CHECK_HEADERS([arpa/inet.h netdb.h netinet/in.h sys/socket.h syslog.h]) -- cgit v1.2.3