File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2020# Copyright (c) 2013 Mellanox Technologies, Inc.
2121# All rights reserved.
2222# Copyright (c) 2013-2020 Intel, Inc. All rights reserved.
23- # Copyright (c) 2014-2017 Research Organization for Information Science
24- # and Technology (RIST). All rights reserved.
23+ # Copyright (c) 2014-2022 Research Organization for Information Science
24+ # and Technology (RIST). All rights reserved.
2525# Copyright (c) 2016-2017 IBM Corporation. All rights reserved.
2626# Copyright (c) 2018-2021 Amazon.com, Inc. or its affiliates.
2727# All Rights reserved.
@@ -82,6 +82,8 @@ m4_copy([OPAL_LOG_COMMAND], [OAC_LOG_COMMAND])
8282m4_copy([OPAL_LOG_MSG], [OAC_LOG_MSG])
8383m4_copy([OPAL_APPEND], [OAC_APPEND])
8484
85+ AC_PROG_SED
86+
8587AC_CHECK_PROG([PERL],[perl],[perl],[no])
8688AS_IF([test " X$PERL " = " Xno" ],
8789 [AC_MSG_ERROR([" Open MPI requires perl. Aborting" ])])
You can’t perform that action at this time.
0 commit comments