aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/make.configuration.defn6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index 4de51ec..234da33 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -1,7 +1,7 @@
# make.configuration.defn for IOHDF5Util
# $Header$
-# make sure that IOHDF5Util was configured with HDF5
-ifeq ($(strip $(HDF5_LIBS)),)
- $(error "IOHDF5Util requires HDF5. Please configure with HDF5 or remove IOHDF5Util from Thornlist !")
+# Ensure that the HDF5 library is available
+ifeq ($(strip HAVE_HDF5), )
+ $(error IOHDF5Util requires the HDF5 library. Please configure with HDF5 or remove IOHDF5Util from the ThornList.)
endif