@@ -19,7 +19,7 @@ dnl Copyright (c) 2019-2020 Intel, Inc. All rights reserved.
19
19
dnl Copyright (c) 2020-2022 Amazon.com, Inc. or its affiliates. All Rights reserved.
20
20
dnl Copyright (c) 2021 Nanook Consulting. All rights reserved.
21
21
dnl Copyright (c) 2021-2022 IBM Corporation. All rights reserved.
22
- dnl Copyright (c) 2023 Jeffrey M. Squyres. All rights reserved.
22
+ dnl Copyright (c) 2023-2024 Jeffrey M. Squyres. All rights reserved.
23
23
dnl $COPYRIGHT$
24
24
dnl
25
25
dnl Additional copyrights may follow
@@ -238,6 +238,7 @@ AC_DEFUN([_OMPI_SETUP_PRRTE_INTERNAL], [
238
238
AS_IF ( [ test "$internal_prrte_happy" = "no" -a "$enable_internal_rte" != "no"] ,
239
239
[ AC_MSG_ERROR ( [ PRRTE configuration failed. Cannot continue.] ) ] )
240
240
241
+ OMPI_HAVE_PRRTE_RST=0
241
242
AS_IF ( [ test "$internal_prrte_happy" = "yes"] ,
242
243
[ AC_MSG_CHECKING ( [ for internal PRRTE RST files] )
243
244
AS_IF ( [ test -n "$SPHINX_BUILD"] ,
@@ -310,6 +311,7 @@ AC_DEFUN([_OMPI_SETUP_PRRTE_EXTERNAL], [
310
311
AS_IF ( [ test -n "${prterun_path}"] ,
311
312
[ AC_DEFINE_UNQUOTED ( [ OMPI_PRTERUN_PATH] , [ "${prterun_path}"] , [ Path to prterun] ) ] )
312
313
314
+ OMPI_HAVE_PRRTE_RST=0
313
315
AS_IF ( [ test "$setup_prrte_external_happy" = "yes"] ,
314
316
[ # Determine if this external PRRTE has installed the RST
315
317
# directories that we care about
@@ -327,7 +329,6 @@ AC_DEFUN([_OMPI_SETUP_PRRTE_EXTERNAL], [
327
329
[ # This version of PRRTE doesn't have installed RST
328
330
# files.
329
331
AC_MSG_RESULT ( [ not found] )
330
- OMPI_HAVE_PRRTE_RST=0
331
332
] )
332
333
] )
333
334
$1 ] ,
0 commit comments