[cig-commits] r5749 - cs/autoconf/trunk

leif at geodynamics.org leif at geodynamics.org
Tue Jan 9 18:28:42 PST 2007


Author: leif
Date: 2007-01-09 18:28:42 -0800 (Tue, 09 Jan 2007)
New Revision: 5749

Modified:
   cs/autoconf/trunk/cit_mpi.m4
Log:
Issue57: Added "#include <stdio.h>" to the trivial MPI test program,
so that if the MPICH2 SEEK_XXX issue manifests, 'configure' will
automatically add -DMPICH_SKIP_MPICXX to work-around the problem.


Modified: cs/autoconf/trunk/cit_mpi.m4
===================================================================
--- cs/autoconf/trunk/cit_mpi.m4	2007-01-10 01:23:36 UTC (rev 5748)
+++ cs/autoconf/trunk/cit_mpi.m4	2007-01-10 02:28:42 UTC (rev 5749)
@@ -459,6 +459,7 @@
 # ------------------------
 AC_DEFUN([_CIT_TRIVIAL_MPI_PROGRAM], [
 AC_LANG_PROGRAM([[
+#include <stdio.h>
 #include <mpi.h>
 ]], [[
     MPI_Init(0,0);



More information about the cig-commits mailing list