summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-24 16:42:22 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-24 16:42:22 +0000
commit46d3b250ba3a3f20d6e61ea58cabe3129f3a9c31 (patch)
treeb55d1a465e2e306dd17297aeeed1aba0c8c36019 /configure
parentf37ed732e853125687dda3c4e211b8f47b90d74e (diff)
The world wont end, but configure might :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7817 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
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`;