From 0d5408caf8f1586b37b273ed4b1f38b24c411846 Mon Sep 17 00:00:00 2001 From: defanor Date: Sun, 29 Aug 2021 20:46:16 +0300 Subject: Update to Debian 11 versions of dependencies Now it builds with newer compiler and library versions, the ones from Debian 11 repositories. --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c175e74..f88deb1 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,11 @@ PKG_CHECK_MODULES([ICU_I18N], [icu-i18n]) AC_SUBST(ICU_I18N_CFLAGS) AC_SUBST(ICU_I18N_LIBS) +PKG_CHECK_MODULES([NETTLE], [nettle]) +AC_SUBST(NETTLE_CFLAGS) +AC_SUBST(NETTLE_LIBS) + + # Checks for header files. AC_CHECK_HEADERS([arpa/inet.h netdb.h netinet/in.h sys/socket.h syslog.h]) -- cgit v1.2.3