Add missing initialisation of DB4 cursor for skshash when deleting key
[onak.git] / configure.ac
index 76462ad52ef1221f4817269557f08163279f7df2..c654ab8ed13f469d0eba3221cafd961c6c2c29ed 100644 (file)
@@ -4,9 +4,14 @@ AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
+AC_PROG_CC_C99
 
 AC_C_BIGENDIAN
 
+m4_include([m4/ax_lib_nettle.m4])
+
+AX_LIB_NETTLE(auto)
+
 dnl We should always have these backends available.
 backends="file fs keyd"