aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configuration.ccl2
-rw-r--r--src/make.configuration.defn5
2 files changed, 1 insertions, 6 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 5644426..0df647f 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -7,4 +7,4 @@ PROVIDES IOHDF5Util
LANG
}
-REQUIRES PUGH IOUtil
+REQUIRES PUGH IOUtil HDF5
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index 8848131..0028cfb 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -1,7 +1,2 @@
# make.configuration.defn for IOHDF5Util
# $Header$
-
-# Ensure that the HDF5 library is available
-ifeq ($(strip $(HAVE_HDF5)),)
- $(error 'IOHDF5Util requires an external HDF5 installation. Please reconfigure with HDF5=yes or remove IOHDF5Util from the ThornList !')
-endif