]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/configure.pm
Fix some minor oversights introduced in 859a799 and 3e557e8.
[user/henk/code/inspircd.git] / make / configure.pm
index fd7d156900baf3a1c56362eb9eb0930d4cf64dc1..f096fcd900f64eb9418114661876021c422378ec 100644 (file)
@@ -205,7 +205,7 @@ sub run_test($$;$) {
        my ($what, $result, $adjective) = @_;
        $adjective //= 'available';
        print console_format "Checking whether <|GREEN $what|> is $adjective ... ";
-       say console_format $result ? "<|GREEN yes|>" : "<|RED no|>";
+       say console_format($result ? "<|GREEN yes|>" : "<|RED no|>");
        return $result;
 }