Add a missing comma, which significantly changes the effect of this macro :-)
This commit was SVN r20289.
Этот коммит содержится в:
родитель
6bde41c785
Коммит
ebaf6d5e61
@ -5,7 +5,7 @@ dnl University Research and Technology
|
|||||||
dnl Corporation. All rights reserved.
|
dnl Corporation. All rights reserved.
|
||||||
dnl Copyright (c) 2006 Los Alamos National Security, LLC. All rights
|
dnl Copyright (c) 2006 Los Alamos National Security, LLC. All rights
|
||||||
dnl reserved.
|
dnl reserved.
|
||||||
dnl Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
|
dnl Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved.
|
||||||
dnl $COPYRIGHT$
|
dnl $COPYRIGHT$
|
||||||
dnl
|
dnl
|
||||||
dnl Additional copyrights may follow
|
dnl Additional copyrights may follow
|
||||||
@ -22,7 +22,7 @@ AC_DEFUN([OMPI_CHECK_WITHDIR],[
|
|||||||
[AS_IF([test ! -d "$2"],
|
[AS_IF([test ! -d "$2"],
|
||||||
[AC_MSG_RESULT([not found])
|
[AC_MSG_RESULT([not found])
|
||||||
AC_MSG_WARN([Directory $2 not found])
|
AC_MSG_WARN([Directory $2 not found])
|
||||||
AC_MSG_ERROR([Cannot continue])]
|
AC_MSG_ERROR([Cannot continue])],
|
||||||
[AS_IF([test "x`ls $2/$3`" = "x"],
|
[AS_IF([test "x`ls $2/$3`" = "x"],
|
||||||
[AC_MSG_RESULT([not found])
|
[AC_MSG_RESULT([not found])
|
||||||
AC_MSG_WARN([Expected file $2/$3 not found])
|
AC_MSG_WARN([Expected file $2/$3 not found])
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user