summaryrefslogtreecommitdiffstats
path: root/kjs
diff options
context:
space:
mode:
Diffstat (limited to 'kjs')
-rw-r--r--kjs/global.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjs/global.h.in b/kjs/global.h.in
index 571bc7c5e..bd8d46b81 100644
--- a/kjs/global.h.in
+++ b/kjs/global.h.in
@@ -34,7 +34,7 @@
#define KJS_PACKED
#endif
-#undef __KDE_HAVE_GCC_VISIBILITY
+#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1
#ifdef __KDE_HAVE_GCC_VISIBILITY
#define KJS_EXPORT __attribute__ ((visibility("default")))