summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-06-09 12:02:58 (GMT)
committerBrad King <brad.king@kitware.com>2005-06-09 12:02:58 (GMT)
commit943108cadfd5b43761ff03ebe260d0b04b2a8caa (patch)
treebc59950335a80925bf586fe67a2865d6e336452b /Source
parentc1f64baa4aadde1750203e5adf49fe05b7c4de1e (diff)
downloadCMake-943108cadfd5b43761ff03ebe260d0b04b2a8caa.zip
CMake-943108cadfd5b43761ff03ebe260d0b04b2a8caa.tar.gz
CMake-943108cadfd5b43761ff03ebe260d0b04b2a8caa.tar.bz2
ENH: C++ configuration should include C configuration.
Diffstat (limited to 'Source')
-rw-r--r--Source/kwsys/Configure.hxx.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/kwsys/Configure.hxx.in b/Source/kwsys/Configure.hxx.in
index af47f1a..7cf9abd 100644
--- a/Source/kwsys/Configure.hxx.in
+++ b/Source/kwsys/Configure.hxx.in
@@ -14,6 +14,9 @@
#ifndef @KWSYS_NAMESPACE@_Configure_hxx
#define @KWSYS_NAMESPACE@_Configure_hxx
+/* Include C configuration. */
+#include <@KWSYS_NAMESPACE@/Configure.h>
+
/* Whether kwsys namespace is "kwsys". */
#define @KWSYS_NAMESPACE@_NAME_IS_KWSYS @KWSYS_NAME_IS_KWSYS@