X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.in;h=a29a88f424531baf4120056db53f9e5c3949e9ae;hb=38c25d62c2bc76908bd95fb21c8f5e39ad269884;hp=3cb6a4de0efb1b6e8e94ad84d969fcbba0a91293;hpb=834290b00f859412ee48bef454a07083cb727130;p=tinc diff --git a/configure.in b/configure.in index 3cb6a4de..a29a88f4 100644 --- a/configure.in +++ b/configure.in @@ -86,6 +86,9 @@ 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.