aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2004-11-08 10:33:30 +0000
committertradke <tradke@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2004-11-08 10:33:30 +0000
commitf7eaa8da6222573ba9cfb4d383249817e669f03f (patch)
tree717d92f7814a1538bc02f9bceb005a47b40e0d68
parenta6154dc8bc848b7902367cf819aa233e587d5a05 (diff)
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
-rw-r--r--src/make.configuration.defn4
1 files 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