From f7eaa8da6222573ba9cfb4d383249817e669f03f Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 8 Nov 2004 10:33:30 +0000 Subject: Slightly reworded error message when Cactus wasn't configured with HDF5=yes. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@125 7842ec3a-9562-4be5-9c5b-06ba18f2b668 --- src/make.configuration.defn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/make.configuration.defn b/src/make.configuration.defn index 97a43ae..8848131 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)), ) - $(error IOHDF5Util requires the HDF5 library. Please configure with HDF5 or remove IOHDF5Util from the ThornList.) +ifeq ($(strip $(HAVE_HDF5)),) + $(error 'IOHDF5Util requires an external HDF5 installation. Please reconfigure with HDF5=yes or remove IOHDF5Util from the ThornList !') endif -- cgit v1.2.3