]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
The world wont end, but configure might :p
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 24 Aug 2007 16:42:22 +0000 (16:42 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 24 Aug 2007 16:42:22 +0000 (16:42 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7817 e03df62e-2008-0410-955e-edbf42e46eb7

configure

index 57de80ff0c80e729998dc23589887c5654c81048..d65b9850c1b36b6c10d026e0793a7fffd9d2f6ff 100755 (executable)
--- 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`;