From f75d7a54ad7edcfc6759e5b4b71c57f8f3e6a5a3 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 16 Jul 2007 21:34:35 +0000 Subject: [PATCH] minor text change --- dtool/LocalSetup.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/LocalSetup.pp b/dtool/LocalSetup.pp index 8d590aa6a7..2cf8ccb72e 100644 --- a/dtool/LocalSetup.pp +++ b/dtool/LocalSetup.pp @@ -148,9 +148,9 @@ #print Compilation will include simulated threading support. #else #if $[DO_PIPELINING] -#print Compilation will include nonpipelined threading support. -#else #print Compilation will include full, pipelined threading support. +#else +#print Compilation will include nonpipelined threading support. #endif #endif #else