From d6d6be5d48dfdbec7cbfdc0aa2a41090d18ac06c Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Thu, 9 Jun 2005 08:02:58 -0400
Subject: [PATCH] ENH: C++ configuration should include C configuration.

---
 Configure.hxx.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Configure.hxx.in b/Configure.hxx.in
index 4d7b3cb..30f8acc 100644
--- a/Configure.hxx.in
+++ b/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@
 
-- 
GitLab