aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
authortradke <>2004-04-29 20:15:00 +0000
committertradke <>2004-04-29 20:15:00 +0000
commit2379aff82a00e2bf744213b281eea688aca1ede7 (patch)
treebfd6e1452ec441e737ee02f7a1d142e2b52bcea8 /Carpet/CarpetLib
parent8af232de44a333375a77e81fbbcc0fb96d9ea293 (diff)
Fixed test for MPI.
darcs-hash:20040429201506-1d9bf-fdd77458fba0b9716f255c0b732641d0e003b4da.gz
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