From 46b040c79fa19b700feb7a2f4862180ee74df67f Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sat, 24 Mar 2012 00:31:05 +0000 Subject: [PATCH] Fix typo This commit was SVN r26189. --- orte/mca/ess/alps/configure.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/ess/alps/configure.m4 b/orte/mca/ess/alps/configure.m4 index 5898b76e59..7277efe2f9 100644 --- a/orte/mca/ess/alps/configure.m4 +++ b/orte/mca/ess/alps/configure.m4 @@ -26,7 +26,7 @@ # than the CNOS component to ensure we don't get both # since the ALPS component will -only- build if specifically # ordered to do so - which means we don't want the CNOS one -AC_DEFUN([MCA_orte_ess_alps_PRIORITY], [10] +AC_DEFUN([MCA_orte_ess_alps_PRIORITY], [10]) # MCA_ess_alps_CONFIG([action-if-found], [action-if-not-found]) # -----------------------------------------------------------