From 2379aff82a00e2bf744213b281eea688aca1ede7 Mon Sep 17 00:00:00 2001 From: tradke <> Date: Thu, 29 Apr 2004 20:15:00 +0000 Subject: Fixed test for MPI. darcs-hash:20040429201506-1d9bf-fdd77458fba0b9716f255c0b732641d0e003b4da.gz --- Carpet/CarpetLib/src/make.configuration.defn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Carpet/CarpetLib') 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 -- cgit v1.2.3