Skip to content

Commit 34ba239

Browse files
committed
Print hwloc version in autogen.pl
Add the hwloc version to the output of autogen.pl, to match the behavior of autogen.pl for libevent. Signed-off-by: Brian Barrett <[email protected]>
1 parent d26edb3 commit 34ba239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ sub replace_config_sub_guess {
16241624
$m4 .= "m4_define([package_hwloc], [1])\n";
16251625
$m4 .= "m4_define([hwloc_tarball], [" . $hwloc_tarball . "])\n";
16261626
$m4 .= "m4_define([hwloc_directory], [" . $hwloc_directory . "])\n";
1627-
verbose "--- hwloc enabled\n";
1627+
verbose "--- hwloc enabled (" . $hwloc_version . ")\n";
16281628
}
16291629

16301630
verbose "=== PMIx\n";

0 commit comments

Comments
 (0)