summaryrefslogtreecommitdiffstats
Side-by-side diff
-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.