summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Configure.hxx.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-09-22 19:59:26 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-09-22 19:59:26 (GMT)
commitfe57e7252f618b827c38e2d49f3df94f546cc383 (patch)
tree167100a61e5e4312572a42d7cb675e1d21e7da4d /Source/kwsys/Configure.hxx.in
parent472966ed5f1cae85dd93431ebe5ebb8fee4c6d23 (diff)
downloadCMake-fe57e7252f618b827c38e2d49f3df94f546cc383.zip
CMake-fe57e7252f618b827c38e2d49f3df94f546cc383.tar.gz
CMake-fe57e7252f618b827c38e2d49f3df94f546cc383.tar.bz2
Can not use cmakedefine in kwsys because bootstrap of cmake does not support it.
Diffstat (limited to 'Source/kwsys/Configure.hxx.in')
-rw-r--r--Source/kwsys/Configure.hxx.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/kwsys/Configure.hxx.in b/Source/kwsys/Configure.hxx.in
index f71d4d5..3875880 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. */