keep on simplifying configure.

This commit is contained in:
Vitor Santos Costa
2014-02-18 07:59:47 +00:00
parent b3f3a3e1bb
commit 964b15d107
11 changed files with 174 additions and 66 deletions

View File

@@ -21,6 +21,13 @@ static char *rcsid = "$Header: /Users/vitor/Yap/yap-cvsbackup/library/mpi/mpi.c,
#include "Yap.h"
/* Should we use MPI ? */
#if defined(HAVE_MPI_H) && (defined(HAVE_LIBMPI) || defined(HAVE_LIBMPICH))
#define HAVE_MPI 1
#else
#define HAVE_MPI 0
#endif
#if HAVE_MPI
#include "Yatom.h"