Skip to content

Commit

Permalink
Fix typo of variable name (PRRTE->PRTE)
Browse files Browse the repository at this point in the history
Thanks to Jeff Squyres for pointing it out.

Signed-off-by: Ralph Castain <rhc@pmix.org>
  • Loading branch information
rhc54 committed Sep 1, 2023
1 parent 86b4ec6 commit f4c9fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/prte_mca.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dnl Copyright (c) 2010-2020 Cisco Systems, Inc. All rights reserved
dnl Copyright (c) 2013-2019 Intel, Inc. All rights reserved.
dnl Copyright (c) 2019 Research Organization for Information Science
dnl and Technology (RIST). All rights reserved.
dnl Copyright (c) 2021-2022 Nanook Consulting. All rights reserved.
dnl Copyright (c) 2021-2023 Nanook Consulting. All rights reserved.
dnl $COPYRIGHT$
dnl
dnl Additional copyrights may follow
Expand Down Expand Up @@ -112,7 +112,7 @@ AC_DEFUN([PRTE_MCA],[
if test "$enable_static" != "no"; then
DSO_all=0
msg="none (static libraries built)"
elif test "$PRRTE_ENABLE_DLOPEN_SUPPORT" = 0; then
elif test "$PRTE_ENABLE_DLOPEN_SUPPORT" = 0; then
DSO_all=0
msg="none (dlopen disabled)"
elif test -z "$enable_mca_dso"; then
Expand Down

0 comments on commit f4c9fdd

Please sign in to comment.