1
1

Remove one more non-portable test "==" operator

This commit was SVN r25970.
Этот коммит содержится в:
Jeff Squyres 2012-02-20 20:41:05 +00:00
родитель a8f409caf9
Коммит 28e289a9c0

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

@ -27,7 +27,7 @@ AC_DEFUN([OMPI_LOAD_PLATFORM], [
command line and in FILE are replaced by what is
in FILE.])])
m4_ifval([autogen_platform_file], [
if test "$with_platform" == "" ; then
if test "$with_platform" = "" ; then
with_platform=autogen_platform_file
fi])
if test "$with_platform" = "yes" ; then