X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=7d16af9a309b4318233be49262fb5531cdca2811;hb=97c7c3ff2a483e42f4e4ef900fc9ea493d498ebb;hp=0a7b6c039cd3d43571d6ebf36a278d280412cd2d;hpb=58eae4fc8af1602396da456aab109eca8aaed7d6;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 0a7b6c039..7d16af9a3 100755 --- 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;