X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/f13494df728305e0474f2a83cf6d35f2e588eb94..1f8b58e769799b9522266f9b557b56e7cf32e6c1:/configure.ac diff --git a/configure.ac b/configure.ac index 5342ba1..9a6f1e7 100644 --- a/configure.ac +++ b/configure.ac @@ -796,7 +796,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])