diff options
author | Linus Nordberg <linus@nordu.net> | 2011-04-04 14:52:57 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-04-04 14:52:57 +0200 |
commit | 4d22f9e69fd049a4002d86b2d34a3927f9e586fa (patch) | |
tree | 85ee8be10889beb99742edf09bdf2a7499a79ab5 /configure.ac | |
parent | d53d9023955bfcba7c632eac9ccbe05dbc235839 (diff) |
Add fticks.c and fticks.h to the build.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
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 |