From 4d22f9e69fd049a4002d86b2d34a3927f9e586fa Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 4 Apr 2011 14:52:57 +0200 Subject: Add fticks.c and fticks.h to the build. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d3d901b..973148f 100644 --- a/configure.ac +++ b/configure.ac @@ -46,6 +46,9 @@ AC_ARG_ENABLE(dtls, exit -1 fi ]) + +AC_CHECK_LIB([nettle], [nettle_sha256_init],, + AC_MSG_ERROR([required library nettle not found])) dnl Check if we're on Solaris and set CFLAGS accordingly AC_CANONICAL_SYSTEM -- cgit v1.1