[cig-commits] r7981 - cs/Exchanger/trunk

leif at geodynamics.org leif at geodynamics.org
Mon Sep 17 18:10:35 PDT 2007


Author: leif
Date: 2007-09-17 18:10:35 -0700 (Mon, 17 Sep 2007)
New Revision: 7981

Modified:
   cs/Exchanger/trunk/configure.ac
Log:
Use CIT_HEADER_MPI so that configuring against MPICH2 works.  See
Issue14 and Issue57.


Modified: cs/Exchanger/trunk/configure.ac
===================================================================
--- cs/Exchanger/trunk/configure.ac	2007-09-18 01:01:59 UTC (rev 7980)
+++ cs/Exchanger/trunk/configure.ac	2007-09-18 01:10:35 UTC (rev 7981)
@@ -33,7 +33,7 @@
 AC_SEARCH_LIBS([MPI_Init], [mpi mpich], [], [AC_MSG_ERROR([MPI library not found])])
 
 # Checks for header files.
-AC_CHECK_HEADER([mpi.h], [], [AC_MSG_ERROR([header 'mpi.h' not found])])
+CIT_HEADER_MPI
 
 # Checks for typedefs, structures, and compiler characteristics.
 



More information about the cig-commits mailing list