1
1

Really fix the quoting this time. Really.

This commit was SVN r20430.
Этот коммит содержится в:
Jeff Squyres 2009-02-04 23:04:21 +00:00
родитель df3446faf1
Коммит 7a3b011f45

Просмотреть файл

@ -23,7 +23,7 @@ AC_DEFUN([OMPI_CHECK_WITHDIR],[
[AC_MSG_RESULT([not found])
AC_MSG_WARN([Directory $2 not found])
AC_MSG_ERROR([Cannot continue])],
[AS_IF([test "x`ls $2/$3` 2> /dev/null" = "x"],
[AS_IF([test "x`ls $2/$3 2> /dev/null`" = "x"],
[AC_MSG_RESULT([not found])
AC_MSG_WARN([Expected file $2/$3 not found])
AC_MSG_ERROR([Cannot continue])],