X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=d65b9850c1b36b6c10d026e0793a7fffd9d2f6ff;hb=5d453a3265ae3b5f18a848bd88e771cd00e5d1a7;hp=57de80ff0c80e729998dc23589887c5654c81048;hpb=f37ed732e853125687dda3c4e211b8f47b90d74e;p=user%2Fhenk%2Fcode%2Finspircd.git 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`;