From b295a01d8e5f15a1299a4d223092d75fd1e1b75c Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 20 Feb 2012 21:38:27 +0000 Subject: [PATCH] Fix another configury error found by Paul Hargrove. Thanks, Paul! This commit was SVN r25971. --- orte/mca/ess/alps/configure.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orte/mca/ess/alps/configure.m4 b/orte/mca/ess/alps/configure.m4 index b21d53889f..95d92db04b 100644 --- a/orte/mca/ess/alps/configure.m4 +++ b/orte/mca/ess/alps/configure.m4 @@ -10,7 +10,7 @@ # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. -# Copyright (c) 2009-2010 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2009-2012 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2011 Los Alamos National Security, LLC. # All rights reserved. # $COPYRIGHT$ @@ -53,7 +53,7 @@ AC_DEFUN([MCA_orte_ess_alps_CONFIG],[ [orte_mca_ess_alps_happy="yes"], [orte_mca_ess_alps_happy="no"]) - AS_IF([test "$orte_mca_ess_alps_happy" = "yes" -a "$orte_without_full_support" = 0 -a + AS_IF([test "$orte_mca_ess_alps_happy" = "yes" -a "$orte_without_full_support" = 0 -a \ "$orte_mca_ess_alps_have_cnos" = 1], [$1], [$2])