-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | src/Makefile.am | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index f45958c..59c5f36 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -12,14 +12,12 @@ AC_CONFIG_FILES([ | |||
12 | ################ | 12 | ################ |
13 | 13 | ||
14 | AC_SEARCH_LIBS([H5Fcreate],[hdf5],[], | 14 | AC_SEARCH_LIBS([H5Fcreate],[hdf5],[], |
15 | [AC_MSG_ERROR(The HDF5 libraries are needed to build the system.)]) | 15 | [AC_MSG_ERROR(The HDF5 libraries are needed to build the system.)], |
16 | [-lirc -lmpi -lz -lsz]) | ||
16 | 17 | ||
17 | AC_SEARCH_LIBS([H5TBmake_table],[hdf5_hl],[], | 18 | AC_SEARCH_LIBS([H5TBmake_table],[hdf5_hl],[], |
18 | [AC_MSG_ERROR(The HDF5 libraries are needed to build the system.)], | 19 | [AC_MSG_ERROR(The HDF5 libraries are needed to build the system.)], |
19 | [-lhdf5]) | 20 | [-lirc -lhdf5 -lmpi -lz -lsz]) |
20 | |||
21 | AC_CHECK_HEADERS([mpi.h],[], | ||
22 | [AC_MSG_ERROR(The MPI headers are needed to build the system.)]) | ||
23 | 21 | ||
24 | AC_CHECK_HEADERS([hdf5.h],[], | 22 | AC_CHECK_HEADERS([hdf5.h],[], |
25 | [AC_MSG_ERROR(The HDF5 headers are needed to build the system.)]) | 23 | [AC_MSG_ERROR(The HDF5 headers are needed to build the system.)]) |