]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Fix get_cpu_count not being evaluated as a scalar.
[user/henk/code/inspircd.git] / configure
index fb87c3dd9d2e454e462b1d48e19a2863f095c9a9..ccb551ce5e5d1ed3be6ee859e3f5569c0aca0f7a 100755 (executable)
--- a/configure
+++ b/configure
@@ -431,7 +431,7 @@ print_format <<"EOM";
 <|GREEN Execution User:|>  $config{USER} ($config{UID})
 <|GREEN Socket Engine:|>   $config{SOCKETENGINE}
 
-To build with these settings run '<|GREEN make -j${\get_cpu_count + 1} install|>' now.
+To build with these settings run '<|GREEN make -j${\(get_cpu_count() + 1)} install|>' now.
 
 EOM