X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/6bfe3faec07793896f60e5c9b67319034989bdcb..a83914b3fcbc15cb24156f875781b8c114db5503:/configure.ac diff --git a/configure.ac b/configure.ac index 5342ba1..0ebc52d 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,8 @@ AC_LANG(C) dnl Make sure autoconf doesn't interfere with cflags -jmallett CFLAGS="$OLD_CFLAGS" +AC_CONFIG_SUBDIRS(libratbox) + dnl Check for various compilers. -jmallett dnl But if $CC turns out to be gcc, sure as hell it's, well, gcc. -joshk @@ -796,7 +798,7 @@ main(int argc, char **argv) int epfd; epfd = epoll_create(256); - exit (epfd == -1 ? 1 : 0); + return (epfd == -1 ? 1 : 0); }, [AC_MSG_RESULT(yes) AC_DEFINE(HAVE_EPOLL, 1, [Define if your system supports the epoll system calls]) @@ -1231,7 +1233,6 @@ fi AC_CONFIG_FILES( \ Makefile \ - libcharybdis/Makefile \ servlink/Makefile \ extensions/Makefile \ unsupported/Makefile \