From 66696607efaaabfa8fd9ffdfb140dcfc8310ab60 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 14 Jan 2008 22:43:54 +0000 Subject: [PATCH] Made the DEBUG_MODE variable pass-through --- preconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preconfig b/preconfig index edcc84f10..ee32936c6 100755 --- a/preconfig +++ b/preconfig @@ -162,7 +162,7 @@ USER_SRC_DIR="Cantera/user" # don't change this # an additional switch must be turned on. However, compilation # of the printing is affected by the following DEBUG_MODE option. # This is turned off here by default. -DEBUG_MODE="n" +DEBUG_MODE=${DEBUG_MODE:='n'} #---------------------------------------------------------------------- # Kernel Configuration