From dc88e44b9be597f1c3d59dc7faa9a9ed61704205 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 29 Apr 2004 22:12:48 +0000 Subject: Fixed check for HDF5. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@115 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- src/make.configuration.defn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3