aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.configuration.defn')
-rw-r--r--src/make.configuration.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index 234da33..97a43ae 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -2,6 +2,6 @@
# $Header$
# Ensure that the HDF5 library is available
-ifeq ($(strip HAVE_HDF5), )
+ifeq ($(strip $(HAVE_HDF5)), )
$(error IOHDF5Util requires the HDF5 library. Please configure with HDF5 or remove IOHDF5Util from the ThornList.)
endif