From 765de087ef72214cafb292681d663cfff3a6e4b0 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 20 Feb 2012 13:29:04 +0000 Subject: [PATCH] Remove the use of == as a "test" shell operator. Thanks to Paul Hargrove for noticing the issue. This commit was SVN r25964. --- orte/config/orte_check_alps.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/config/orte_check_alps.m4 b/orte/config/orte_check_alps.m4 index 27f1c57fed..cf165d772b 100644 --- a/orte/config/orte_check_alps.m4 +++ b/orte/config/orte_check_alps.m4 @@ -46,7 +46,7 @@ AC_DEFUN([ORTE_CHECK_ALPS],[ orte_check_alps_pmi_happy=yes], [AC_MSG_RESULT([not found])]) - AS_IF([test "$orte_check_alps_pmi_happy" == "yes" -a "$orte_without_full_support" = 0], + AS_IF([test "$orte_check_alps_pmi_happy" = "yes" -a "$orte_without_full_support" = 0], [WRAPPER_EXTRA_LDFLAGS="$WRAPPER_EXTRA_LDFLAGS -L/usr/lib/alps" WRAPPER_EXTRA_LIBS="$WRAPPER_EXTRA_LIBS -lalpslli -lalpsutil"], [AC_MSG_WARN([PMI support for Alps requested but not found])