From fe57e7252f618b827c38e2d49f3df94f546cc383 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 22 Sep 2009 15:59:26 -0400 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, 2 insertions(+), 1 deletion(-) diff --git a/Source/kwsys/Configure.hxx.in b/Source/kwsys/Configure.hxx.in index f71d4d5b0..387588032 100644 --- a/Source/kwsys/Configure.hxx.in +++ b/Source/kwsys/Configure.hxx.in @@ -22,7 +22,8 @@ #define KWSYS_DO_NOT_CLEAN_PUTENV #else #undef KWSYS_DO_NOT_CLEAN_PUTENV -#else +#endif + /* Whether ANSI C++ stream headers are to be used. */