[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.4-179-gfaff4d1

mysql vizuser noreply at mpich.org
Thu May 9 14:16:44 CDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  faff4d1d5c504ca29b4fafe18978ad3c05e0c6df (commit)
      from  e9579e1c6f2ed201225b51901129870e90be734e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/faff4d1d5c504ca29b4fafe18978ad3c05e0c6df

commit faff4d1d5c504ca29b4fafe18978ad3c05e0c6df
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Thu May 9 14:15:40 2013 -0500

    Fix for tt#1832.
    
    Typo in mpl's configure which was causing MPL headers to be installed,
    which should not be needed.
    
    No reviewer.

diff --git a/src/mpl/configure.ac b/src/mpl/configure.ac
index 451ffb4..bc0322c 100644
--- a/src/mpl/configure.ac
+++ b/src/mpl/configure.ac
@@ -52,7 +52,7 @@ PAC_C_MACRO_VA_ARGS
 
 # TODO: could add a --enable-embedded or similar to also control this
 AC_ARG_VAR([FROM_MPICH],[set to "yes" if building MPL inside of MPICH])
-AM_CONDITIONAL([MPL_EMBEDDED_MODE],[test "x$FROM_MPICH" = "xyes"])
+AM_CONDITIONAL([MPL_EMBEDDED_MODE],[test "x${FROM_MPICH}" = "xyes"])
 
 # support gcov test coverage information
 PAC_ENABLE_COVERAGE

-----------------------------------------------------------------------

Summary of changes:
 src/mpl/configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list