author | Don Pellegrino <don@drexel.edu> | 2010-03-04 19:02:37 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2010-03-04 19:02:37 (GMT) |
commit | 93b59ce51852ba69131a3e258ffd48f9de7d8bc5 (patch) (side-by-side diff) | |
tree | bfe72f8806f44a03455fc6a901b1f792e79545c5 | |
parent | 899b82178d3bcc365b07447a5686635c5856c39e (diff) | |
download | exp007-93b59ce51852ba69131a3e258ffd48f9de7d8bc5.zip exp007-93b59ce51852ba69131a3e258ffd48f9de7d8bc5.tar.gz exp007-93b59ce51852ba69131a3e258ffd48f9de7d8bc5.tar.bz2 |
Added dependency on NCBI Toolkit.
-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([ # Headers Checks +AC_CHECK_HEADERS([ncbi.h],[], +[AC_MSG_ERROR("The NCBI Toolkit headers are needed to build the system.")]) + AC_CHECK_HEADERS([hdf5.h],[], [AC_MSG_ERROR("The HDF5 headers are needed to build the system.")]) |