X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=configure.ac;h=c654ab8ed13f469d0eba3221cafd961c6c2c29ed;hb=3839a6a5eb45a07065cef61b2bfe2c7f317c7b44;hp=76462ad52ef1221f4817269557f08163279f7df2;hpb=2f1e9ae7c4d8f893de7ffe03fcb36b905ffe0f96;p=onak.git diff --git a/configure.ac b/configure.ac index 76462ad..c654ab8 100644 --- a/configure.ac +++ b/configure.ac @@ -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"