From 28e289a9c02103acb2c6d8ab9b1c19ec166e3390 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 20 Feb 2012 20:41:05 +0000 Subject: [PATCH] Remove one more non-portable test "==" operator This commit was SVN r25970. --- config/ompi_load_platform.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ompi_load_platform.m4 b/config/ompi_load_platform.m4 index c39f398675..7231f83b19 100644 --- a/config/ompi_load_platform.m4 +++ b/config/ompi_load_platform.m4 @@ -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