From 568ca4d0671da762bc5014385e3ef8f619d5eacc Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 27 Apr 2006 21:39:11 +0000 Subject: [PATCH] Changed the environmental variable, WITH_ELECTROLYTES, so that it can be set from a preconfig routine. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 68b34e26b..cc0c7f084 100755 --- a/configure +++ b/configure @@ -186,7 +186,7 @@ WITH_PURE_FLUIDS='y' # Enable expanded electrochemistry capabilities, include thermo # models for electrolyte solutions -WITH_ELECTROLYTES='n' +WITH_ELECTROLYTES=${WITH_ELECTROLYTES:="n"} ###################################################################### # if set to 'y', the ck2cti program that converts Chemkin input files # to Cantera format will be built. If you don't use Chemkin format