Per http://www.open-mpi.org/community/lists/devel/2008/04/3778.php, Ralph W.'s suggestion to remove an unnecessary escape
This commit was SVN r18354.
Этот коммит содержится в:
родитель
432d441b3e
Коммит
357428f82f
@ -132,7 +132,7 @@ case "$prefix" in
|
|||||||
echo installing to directory \"$prefix\"
|
echo installing to directory \"$prefix\"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR(prefix \"$prefix\" must be an absolute directory path)
|
AC_MSG_ERROR(prefix "$prefix" must be an absolute directory path)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user