Skip to content

Commit 62ac47e

Browse files
committed
Fix typo in opal_config_pmix.m4.
with_hwloc -> with_pmix. Signed-off-by: Austen Lauria <awlauria@us.ibm.com>
1 parent 99290ae commit 62ac47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_config_pmix.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ AC_DEFUN([OPAL_CONFIG_PMIX], [
152152
AS_IF([test "$opal_pmix_mode" = "internal"],
153153
[pkg_config_file="${OMPI_TOP_BUILDDIR}/3rd-party/openpmix/maint/pmix.pc"
154154
PKG_CONFIG_PATH="${OMPI_TOP_BUILDDIR}/3rd-party/openpmix/maint:${PKG_CONFIG_PATH}"],
155-
[test -n "$with_hwloc"],
155+
[test -n "$with_pmix"],
156156
[pkg_config_file="${with_pmix}/lib/pkgconfig/pmix.pc"
157157
PKG_CONFIG_PATH="${with_pmix}/lib/pkgconfig:${PKG_CONFIG_PATH}"],
158158
[pkg_config_file="pmix"])

0 commit comments

Comments
 (0)