summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2021-08-29 20:46:16 +0300
committerdefanor <defanor@uberspace.net>2021-08-29 21:39:48 +0300
commit0d5408caf8f1586b37b273ed4b1f38b24c411846 (patch)
treeeb179f2491162dc4c23b8fe792ba038e330f093d /configure.ac
parentdb667520603613b46cdcda901216f87d7ee19f2a (diff)
Update to Debian 11 versions of dependencies
Now it builds with newer compiler and library versions, the ones from Debian 11 repositories.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
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])