-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index aa1d3df..58a4726 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -9,6 +9,9 @@ AC_CONFIG_FILES([ | |||
9 | 9 | ||
10 | # Headers Checks | 10 | # Headers Checks |
11 | 11 | ||
12 | AC_CHECK_HEADERS([ncbi.h],[], | ||
13 | [AC_MSG_ERROR("The NCBI Toolkit headers are needed to build the system.")]) | ||
14 | |||
12 | AC_CHECK_HEADERS([hdf5.h],[], | 15 | AC_CHECK_HEADERS([hdf5.h],[], |
13 | [AC_MSG_ERROR("The HDF5 headers are needed to build the system.")]) | 16 | [AC_MSG_ERROR("The HDF5 headers are needed to build the system.")]) |
14 | 17 | ||