From: brain Date: Fri, 24 Aug 2007 16:42:22 +0000 (+0000) Subject: The world wont end, but configure might :p X-Git-Tag: v2.0.23~4748 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=46d3b250ba3a3f20d6e61ea58cabe3129f3a9c31;p=user%2Fhenk%2Fcode%2Finspircd.git The world wont end, but configure might :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7817 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/configure b/configure index 57de80ff0..d65b9850c 100755 --- a/configure +++ b/configure @@ -512,8 +512,6 @@ if ($has_epoll) { print "yes\n" if $has_epoll == 1; print "no\n" if $has_epoll == 0; -exit; - printf "Checking if Solaris I/O completion ports are available... "; $has_ports = 0; my $system = `uname -s`;