Skip to content

Commit ddf0f27

Browse files
author
Ralph Castain
committed
Fix typo
1 parent 5dfb7ac commit ddf0f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_check_pmi.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ AC_DEFUN([OPAL_CHECK_PMIX],[
243243
AC_MSG_ERROR([Cannot continue])])
244244
245245
AC_MSG_CHECKING([if user requested PMIx support($with_pmix)])
246-
AS_IF([test -z "$with_pmix" || test "$with_pmix" = "yes" || test "$with_mpix" = "internal"],
246+
AS_IF([test -z "$with_pmix" || test "$with_pmix" = "yes" || test "$with_pmix" = "internal"],
247247
[AC_MSG_RESULT([no])
248248
opal_external_pmix_happy="no"],
249249
[AC_MSG_RESULT([yes])

0 commit comments

Comments
 (0)