X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=73ae9209dae5eb99e72c74941b1d5ee1e9a82199;hb=12871263d1e0b6daf27ce7b3f9b6c240f9046832;hp=e0e015e5cad973ea7ea5e64dee4d50c02d56ed33;hpb=4d1a2c5f5782ea4cc7cb91d7a2d63e931181b9b3;p=trust_router.git diff --git a/configure.ac b/configure.ac index e0e015e..73ae920 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([trust_router],[1.4], +AC_INIT([trust_router],[2.0.0], [bugs@project-moonshot.org]) AC_CONFIG_MACRO_DIR(m4) AC_CONFIG_AUX_DIR(build-aux) @@ -18,6 +18,7 @@ AC_PROG_CC AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir]) fi AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno ]) +PKG_CHECK_MODULES([GLIB], [glib-2.0]) AC_CHECK_LIB([gssapi_krb5], [gss_init_sec_context]) AC_CHECK_LIB([com_err], [error_message]) @@ -27,6 +28,7 @@ AC_CHECK_LIB([sqlite3], [sqlite3_open],, [AC_MSG_ERROR([Please install sqlite3 development])]) AC_CHECK_LIB([jansson], [json_object]) AC_CHECK_LIB([crypto], [DH_new]) -AC_CHECK_HEADERS(gssapi.h gssapi_ext.h jansson.h talloc.h openssl/dh.h openssl/bn.h) +AC_CHECK_LIB([event], [event_base_new]) +AC_CHECK_HEADERS(gssapi.h gssapi_ext.h jansson.h talloc.h openssl/dh.h openssl/bn.h syslog.h event2/event.h) AC_CONFIG_FILES([Makefile gsscon/Makefile]) AC_OUTPUT