aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src
diff options
context:
space:
mode:
authorschnetter <>2004-04-10 16:10:00 +0000
committerschnetter <>2004-04-10 16:10:00 +0000
commit1778bdc374e9096a95394d8235402cc166709527 (patch)
tree2cd085168f2be4d714eaccae81c168826fe584cd /Carpet/CarpetLib/src
parent8026d0913a8dbc97be8111acfee7af03f043175d (diff)
Modify the check for MPI -- maybe it didn't work before
darcs-hash:20040410161022-07bb3-a9fb76984c7cce24ac241d49c37222c78048eed5.gz
Diffstat (limited to 'Carpet/CarpetLib/src')
-rw-r--r--Carpet/CarpetLib/src/make.configuration.defn6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetLib/src/make.configuration.defn b/Carpet/CarpetLib/src/make.configuration.defn
index 443d421fb..5a7bcbf66 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.3 2004/03/10 14:37:26 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/make.configuration.defn,v 1.4 2004/04/10 18:10:22 schnetter Exp $
# Ensure that MPI is available
-ifeq ($(origin MPI_LIBS),undefined)
- $(error "Configuration error: The Carpet thorns require MPI. Please configure with MPI, or remove the Carpet thorns from the ThornList.")
+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