]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Add global-routing snomask functions
[user/henk/code/inspircd.git] / configure
index 0a7b6c039cd3d43571d6ebf36a278d280412cd2d..7d16af9a309b4318233be49262fb5531cdca2811 100755 (executable)
--- a/configure
+++ b/configure
@@ -1183,7 +1183,7 @@ print FILEHANDLE "#define MAXBUF " . ($config{MAXBUF}+2) . "\n";
                if ($config{SUPPORT_IP6LINKS} =~ /y/i) {
                        print FILEHANDLE "#define SUPPORT_IP6LINKS\n";
                }
-               if ($config{HAS_EVENTFD}) {
+               if ($config{HAS_EVENTFD} eq 'true') {
                        print FILEHANDLE "#define HAS_EVENTFD\n";
                }
                my $use_hiperf = 0;