File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dnl University of Stuttgart. All rights reserved.
11
11
dnl Copyright (c) 2004-2005 The Regents of the University of California.
12
12
dnl All rights reserved.
13
13
dnl Copyright (c) 2006-2010 Oracle and/or its affiliates. All rights reserved.
14
- dnl Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved.
14
+ dnl Copyright (c) 2009-2021 Cisco Systems, Inc. All rights reserved.
15
15
dnl Copyright (c) 2015-2017 Research Organization for Information Science
16
16
dnl and Technology (RIST). All rights reserved.
17
17
dnl Copyright (c) 2016 IBM Corporation. All rights reserved.
@@ -97,7 +97,7 @@ AC_DEFUN([OPAL_SETUP_WRAPPER_INIT],[
97
97
# assume that the path is not currently valid.
98
98
wrapper_tmp= " $( type -p " $with_wrapper_cc " ) "
99
99
if test -z " $wrapper_tmp " ; then
100
- AC_MSG_WARN([could not find \ "$with_wrapper_cc \ " in path])
100
+ AC_MSG_WARN([could not find " $with_wrapper_cc " in path])
101
101
fi
102
102
WRAPPER_CC= $with_wrapper_cc
103
103
You can’t perform that action at this time.
0 commit comments