aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib')
-rw-r--r--Carpet/CarpetLib/src/make.configuration.defn4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/make.configuration.defn b/Carpet/CarpetLib/src/make.configuration.defn
index 5a7bcbf66..a70db23a6 100644
--- a/Carpet/CarpetLib/src/make.configuration.defn
+++ b/Carpet/CarpetLib/src/make.configuration.defn
@@ -1,7 +1,7 @@
# Main make.configuration.defn file for thorn CarpetLib -*-Makefile-*-
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/make.configuration.defn,v 1.4 2004/04/10 18:10:22 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/make.configuration.defn,v 1.5 2004/04/29 22:15:06 tradke Exp $
# Ensure that MPI is available
-ifeq ($(strip HAVE_MPI), )
+ifeq ($(strip $(HAVE_MPI)), )
$(error Configuration error: The Carpet thorns require MPI. Please configure with MPI, or remove the Carpet thorns from the ThornList.)
endif