X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=configure.ac;h=09c5ac35172d586eec6b58730aa952cee7e3bfc5;hb=c04c1c60469823c01268187ec49102d1ff540806;hp=c654ab8ed13f469d0eba3221cafd961c6c2c29ed;hpb=fc26ef0fdc3bc7fe19278365dc4fbe1d404e410a;p=onak.git diff --git a/configure.ac b/configure.ac index c654ab8..09c5ac3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([onak],[0.4.0],[noodles-onak@earth.li]) +AC_INIT([onak],[0.4.2+git],[noodles-onak@earth.li]) AC_CONFIG_SRCDIR(onak.c) AC_CONFIG_HEADER(config.h) @@ -15,6 +15,8 @@ AX_LIB_NETTLE(auto) dnl We should always have these backends available. backends="file fs keyd" +LIBCURL_CHECK_CONFIG(,,[have_libcurl="yes" backends="$backends hkp"],have_libcurl="no") + AC_CHECK_LIB(pq, PQsetdbLogin,[have_libpq="yes" backends="$backends pg"],have_libpq="no") AC_CHECK_HEADER(db.h, have_db_h="yes", have_db_h="no")