From 10792232709287a649c7dcf8c6674be8ea14d4dd Mon Sep 17 00:00:00 2001 From: Marcus Hanwell <marcus.hanwell@kitware.com> Date: Wed, 6 Jan 2010 15:31:25 -0500 Subject: [PATCH] COMP: Added missing case for the export macro, thanks to Kenneth Moreland. --- Configure.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configure.h.in b/Configure.h.in index e3fa4c7..97b2c5d 100644 --- a/Configure.h.in +++ b/Configure.h.in @@ -97,6 +97,8 @@ # endif # elif __GNUC__ >= 4 # define @KWSYS_NAMESPACE@_EXPORT __attribute__ ((visibility("default"))) +# else +# define @KWSYS_NAMESPACE@_EXPORT # endif #else # define @KWSYS_NAMESPACE@_EXPORT -- GitLab