Skip to content

Commit e4d0e0c

Browse files
Merge pull request #8331 from ggouaillardet/topic/pmix_internal
configury: fix --with-pmix=internal
2 parents 982949c + 0c0ab92 commit e4d0e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/opal_config_pmix.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl Copyright (c) 2009-2019 Cisco Systems, Inc. All rights reserved.
1414
dnl Copyright (c) 2011-2014 Los Alamos National Security, LLC. All rights
1515
dnl reserved.
1616
dnl Copyright (c) 2014-2020 Intel, Inc. All rights reserved.
17-
dnl Copyright (c) 2014-2018 Research Organization for Information Science
17+
dnl Copyright (c) 2014-2021 Research Organization for Information Science
1818
dnl and Technology (RIST). All rights reserved.
1919
dnl Copyright (c) 2016 IBM Corporation. All rights reserved.
2020
dnl Copyright (c) 2020 Triad National Security, LLC. All rights
@@ -104,7 +104,7 @@ AC_DEFUN([OPAL_CONFIG_PMIX], [
104104
# unless internal specifically requested by the user, try to find
105105
# an external that works.
106106
external_pmix_happy=0
107-
AS_IF([test "opal_pmix_mode" != "internal"],
107+
AS_IF([test "$opal_pmix_mode" != "internal"],
108108
[_OPAL_CONFIG_PMIX_EXTERNAL(
109109
[external_pmix_happy=1
110110
opal_pmix_mode="external"],

0 commit comments

Comments
 (0)