Skip to content

Commit 2012196

Browse files
committed
configure: do look for sed
Refs. #10392 Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
1 parent c4d9812 commit 2012196

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

configure.ac

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
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])
8282
m4_copy([OPAL_LOG_MSG], [OAC_LOG_MSG])
8383
m4_copy([OPAL_APPEND], [OAC_APPEND])
8484

85+
AC_PROG_SED
86+
8587
AC_CHECK_PROG([PERL],[perl],[perl],[no])
8688
AS_IF([test "X$PERL" = "Xno"],
8789
[AC_MSG_ERROR(["Open MPI requires perl. Aborting"])])

0 commit comments

Comments
 (0)