From bffce1956a61c28cc58a9cc7dd8fdd3eb0e1fa7d Mon Sep 17 00:00:00 2001 From: schnetter Date: Sat, 10 Apr 2004 18:17:03 +0000 Subject: Clean up the check for HDF5 git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@112 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- src/make.configuration.defn | 6 +++--- 1 file 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 -- cgit v1.2.3