Skip to content

Commit a27ced0

Browse files
committed
configury: fix typos in {ompi,opal}_setup_cxx
1 parent 34b0a4f commit a27ced0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/ompi_setup_cxx.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl Copyright (c) 2006 Los Alamos National Security, LLC. All rights
1414
dnl reserved.
1515
dnl Copyright (c) 2007-2009 Sun Microsystems, Inc. All rights reserved.
1616
dnl Copyright (c) 2008-2013 Cisco Systems, Inc. All rights reserved.
17-
dnl Copyright (c) 2015 Research Organization for Information Science
17+
dnl Copyright (c) 2015-2016 Research Organization for Information Science
1818
dnl and Technology (RIST). All rights reserved.
1919
dnl $COPYRIGHT$
2020
dnl
@@ -235,7 +235,7 @@ AC_DEFUN([_OMPI_SETUP_CXX_COMPILER_BACKEND],[
235235
fi
236236

237237
# Make sure we can link with the C compiler
238-
if[ test "$ompi_cv_cxx_compiler_vendor" != "microsoft" ]; then
238+
if test "$ompi_cv_cxx_compiler_vendor" != "microsoft"; then
239239
OPAL_LANG_LINK_WITH_C([C++], [],
240240
[cat <<EOF >&2
241241
**********************************************************************

config/opal_setup_cxx.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl Copyright (c) 2006 Los Alamos National Security, LLC. All rights
1414
dnl reserved.
1515
dnl Copyright (c) 2007-2009 Sun Microsystems, Inc. All rights reserved.
1616
dnl Copyright (c) 2008-2013 Cisco Systems, Inc. All rights reserved.
17-
dnl Copyright (c) 2015 Research Organization for Information Science
17+
dnl Copyright (c) 2015-2016 Research Organization for Information Science
1818
dnl and Technology (RIST). All rights reserved.
1919
dnl $COPYRIGHT$
2020
dnl
@@ -173,7 +173,7 @@ AC_DEFUN([_OPAL_SETUP_CXX_COMPILER_BACKEND],[
173173
fi
174174

175175
# Make sure we can link with the C compiler
176-
if[ test "$opal_cv_cxx_compiler_vendor" != "microsoft" ]; then
176+
if test "$opal_cv_cxx_compiler_vendor" != "microsoft"; then
177177
OPAL_LANG_LINK_WITH_C([C++], [],
178178
[cat <<EOF >&2
179179
**********************************************************************

0 commit comments

Comments
 (0)