Skip to content

Commit 9addf00

Browse files
bwbarrettjsquyres
authored andcommitted
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> (cherry picked from commit 5e79c38)
1 parent 37932df commit 9addf00

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
@@ -1618,7 +1618,7 @@ sub replace_config_sub_guess {
16181618
$m4 .= "m4_define([package_hwloc], [1])\n";
16191619
$m4 .= "m4_define([hwloc_tarball], [" . $hwloc_tarball . "])\n";
16201620
$m4 .= "m4_define([hwloc_directory], [" . $hwloc_directory . "])\n";
1621-
verbose "--- hwloc enabled\n";
1621+
verbose "--- hwloc enabled (" . $hwloc_version . ")\n";
16221622
}
16231623

16241624
verbose "=== PMIx\n";

0 commit comments

Comments
 (0)