From 943108cadfd5b43761ff03ebe260d0b04b2a8caa Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 9 Jun 2005 08:02:58 -0400 Subject: ENH: C++ configuration should include C configuration. --- Source/kwsys/Configure.hxx.in | 3 +++ 1 file changed, 3 insertions(+) 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@ -- cgit v0.12