aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2004-04-29 22:12:48 +0000
committertradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2004-04-29 22:12:48 +0000
commitdc88e44b9be597f1c3d59dc7faa9a9ed61704205 (patch)
tree9c8cada922772b710d8b9fa037c16d5cc0da0d87
parentf9169493d26b83e50a0433ae9b7fae58cd255978 (diff)
Fixed check for HDF5.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@115 7842ec3a-9562-4be5-9c5b-06ba18f2b668
-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