Remove one more non-portable test "==" operator
This commit was SVN r25970.
Этот коммит содержится в:
родитель
a8f409caf9
Коммит
28e289a9c0
@ -27,7 +27,7 @@ AC_DEFUN([OMPI_LOAD_PLATFORM], [
|
|||||||
command line and in FILE are replaced by what is
|
command line and in FILE are replaced by what is
|
||||||
in FILE.])])
|
in FILE.])])
|
||||||
m4_ifval([autogen_platform_file], [
|
m4_ifval([autogen_platform_file], [
|
||||||
if test "$with_platform" == "" ; then
|
if test "$with_platform" = "" ; then
|
||||||
with_platform=autogen_platform_file
|
with_platform=autogen_platform_file
|
||||||
fi])
|
fi])
|
||||||
if test "$with_platform" = "yes" ; then
|
if test "$with_platform" = "yes" ; then
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user