]> git.meshlink.io Git - meshlink/blobdiff - configure.in
K&R style braces
[meshlink] / configure.in
index 3cb6a4de0efb1b6e8e94ad84d969fcbba0a91293..a29a88f424531baf4120056db53f9e5c3949e9ae 100644 (file)
@@ -86,6 +86,9 @@ fi
 
 dnl Checks for libraries.
 
 
 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.
 
 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.