summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-10-22 17:56:02 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-10-22 17:56:02 +0000
commitaf58383779c70d0caa29cbcacf2bd13d4f072333 (patch)
tree5b6ffc576cf43a861787bc0275127894f02038ef
parente080ea6566fe60ec235e74f8e577e27e4da2b1a4 (diff)
mpi flag
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@688 ec762483-ff6d-05da-a07a-a48fb63a330f
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 51583c81..1a87d323 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,7 @@ AM_CONDITIONAL([MPI], [test "x$mpi" = xyes])
if test "x$mpi" = xyes
then
BOOST_SERIALIZATION
+ AC_DEFINE([HAVE_MPI], [1], [flag for MPI])
# TODO BOOST_MPI needs to be implemented
LIBS="$LIBS -lboost_mpi $BOOST_SERIALIZATION_LIBS -lmpi++ -lmpi"
fi