diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-24 16:42:22 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-24 16:42:22 +0000 |
commit | 46d3b250ba3a3f20d6e61ea58cabe3129f3a9c31 (patch) | |
tree | b55d1a465e2e306dd17297aeeed1aba0c8c36019 | |
parent | f37ed732e853125687dda3c4e211b8f47b90d74e (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
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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`; |