From 550019457302ecaaec6f72e912013a6fa9f2da67 Mon Sep 17 00:00:00 2001 From: redpony Date: Fri, 22 Oct 2010 17:56:02 +0000 Subject: mpi flag git-svn-id: https://ws10smt.googlecode.com/svn/trunk@688 ec762483-ff6d-05da-a07a-a48fb63a330f --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3