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 20
20
# Copyright (c) 2013 Mellanox Technologies, Inc.
21
21
# All rights reserved.
22
22
# 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.
25
25
# Copyright (c) 2016-2017 IBM Corporation. All rights reserved.
26
26
# Copyright (c) 2018-2021 Amazon.com, Inc. or its affiliates.
27
27
# All Rights reserved.
@@ -82,6 +82,8 @@ m4_copy([OPAL_LOG_COMMAND], [OAC_LOG_COMMAND])
82
82
m4_copy([OPAL_LOG_MSG], [OAC_LOG_MSG])
83
83
m4_copy([OPAL_APPEND], [OAC_APPEND])
84
84
85
+ AC_PROG_SED
86
+
85
87
AC_CHECK_PROG([PERL],[perl],[perl],[no])
86
88
AS_IF([test " X$PERL " = " Xno" ],
87
89
[AC_MSG_ERROR([" Open MPI requires perl. Aborting" ])])
You can’t perform that action at this time.
0 commit comments