X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.in;h=2dba9bed51cda082c215c61e1f740aaeb0852019;hb=f1fec466e232c00c668422014029dce9114d3add;hp=0561af8b8f7e9272ca4bf27e9fa20cd337c92a6f;hpb=075e6828a7533e7daa790225f17aa6bb39703278;p=tinc diff --git a/configure.in b/configure.in index 0561af8b..2dba9bed 100644 --- a/configure.in +++ b/configure.in @@ -95,11 +95,6 @@ if test -d /sw/lib ; then LIBS="$LIBS -L/sw/lib" fi -dnl Checks for libraries. - -AC_CHECK_LIB(event, event_init, - [], [AC_MSG_ERROR(libevent is required)]) - dnl Checks for header files. dnl We do this in multiple stages, because unlike Linux all the other operating systems really suck and don't include their own dependencies. @@ -158,6 +153,7 @@ dnl These are defined in files in m4/ AC_ARG_WITH(libgcrypt, AC_HELP_STRING([--with-libgcrypt], [enable use of libgcrypt instead of OpenSSL])], []) +tinc_LIBEVENT tinc_ZLIB tinc_LZO