compile conditionally on HAVE_MPI_H.

This commit is contained in:
Vitor Santos Costa 2013-04-26 18:12:23 -05:00
parent f0bc4fb458
commit 6480f75b23

View File

@ -34,6 +34,8 @@ Comments: This file provides a set of functions to convert a prolog term to a C
#include <malloc.h>
#endif
#if HAVE_MPI_H
#ifdef COMPRESS
#include "minilzo.h"
#endif
@ -211,3 +213,4 @@ string2term(char *const ptr,const size_t *size) {
}
return t;
}
#ndif /* HAVE_MPI_H */