summaryrefslogtreecommitdiffstats
authorDon Pellegrino <don@drexel.edu>2010-03-04 19:02:37 (GMT)
committer Don Pellegrino <don@drexel.edu>2010-03-04 19:02:37 (GMT)
commit93b59ce51852ba69131a3e258ffd48f9de7d8bc5 (patch) (side-by-side diff)
treebfe72f8806f44a03455fc6a901b1f792e79545c5
parent899b82178d3bcc365b07447a5686635c5856c39e (diff)
downloadexp007-93b59ce51852ba69131a3e258ffd48f9de7d8bc5.zip
exp007-93b59ce51852ba69131a3e258ffd48f9de7d8bc5.tar.gz
exp007-93b59ce51852ba69131a3e258ffd48f9de7d8bc5.tar.bz2
Added dependency on NCBI Toolkit.
-rw-r--r--configure.ac3
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.")])

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.