Explorar o código

ENH: C++ configuration should include C configuration.

Brad King %!s(int64=20) %!d(string=hai) anos
pai
achega
943108cadf
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Source/kwsys/Configure.hxx.in

+ 3 - 0
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@