From 7c461efb33bc622c793d30b8e1cab9323919af54 Mon Sep 17 00:00:00 2001 From: hoffman Date: Tue, 22 Sep 2009 19:58:13 +0000 Subject: [PATCH] Can not use cmakedefine in kwsys because bootstrap of cmake does not support it. --- Source/kwsys/Configure.hxx.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/kwsys/Configure.hxx.in b/Source/kwsys/Configure.hxx.in index d455a37ee..17ed59a68 100644 --- a/Source/kwsys/Configure.hxx.in +++ b/Source/kwsys/Configure.hxx.in @@ -22,8 +22,7 @@ #define KWSYS_DO_NOT_CLEAN_PUTENV #else #undef KWSYS_DO_NOT_CLEAN_PUTENV -#endif - +#else /* Whether ANSI C++ stream headers are to be used. */ -- 2.11.4.GIT