Skip to content

Commit 0c0ab92

Browse files
committed
configury: fix --with-pmix=internal
A typo (missing $) prevented --with-pmix=internal from working as expected Thanks Zach Osman for reporting this. Refs #8326 Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
1 parent 982949c commit 0c0ab92

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)