Skip to content

Commit 5e79c38

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 <bbarrett@amazon.com>
1 parent 9553e3f commit 5e79c38

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
@@ -1636,7 +1636,7 @@ sub replace_config_sub_guess {
16361636
$m4 .= "m4_define([package_hwloc], [1])\n";
16371637
$m4 .= "m4_define([hwloc_tarball], [" . $hwloc_tarball . "])\n";
16381638
$m4 .= "m4_define([hwloc_directory], [" . $hwloc_directory . "])\n";
1639-
verbose "--- hwloc enabled\n";
1639+
verbose "--- hwloc enabled (" . $hwloc_version . ")\n";
16401640
}
16411641

16421642
verbose "=== PMIx\n";

0 commit comments

Comments
 (0)