]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - tools/test-build
Remove support for the Solaris IOCP socket engine.
[user/henk/code/inspircd.git] / tools / test-build
index eb77a2bcf2c993750663229e2c7672124d2599db..c74dbb4e0d066d7e6a783cb47f982654481ea9bd 100755 (executable)
@@ -51,7 +51,6 @@ foreach my $compiler (@compilers) {
        push @socketengines, 'epoll' if test_header $compiler, 'sys/epoll.h';
        push @socketengines, 'kqueue' if test_file $compiler, 'kqueue.cpp';
        push @socketengines, 'poll' if test_header $compiler, 'poll.h';
-       push @socketengines, 'ports' if test_header $compiler, 'ports.h';
        foreach my $socketengine (@socketengines) {
                say "Attempting to build using the $compiler compiler and the $socketengine socket engine...";
                system './configure', '--enable-extras', $ENV{TEST_BUILD_MODULES} if defined $ENV{TEST_BUILD_MODULES};