]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - configure.ac
Remove silly a2client_p, entirely pointless since User.server removal.
[irc/rqf/shadowircd.git] / configure.ac
index 5342ba1233599fd0c9245cb94117c39ff6b56cc9..9a6f1e78ddfa0082f8a4a892e63db9149476334c 100644 (file)
@@ -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])