summaryrefslogtreecommitdiffstats
path: root/kjs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-09 14:46:23 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-09 14:46:23 -0600
commit91f3b7f8f8d1a9b67e747d43adacef550521b6c1 (patch)
tree09bde41eb5220f23591816ba4a96d332f1b58bfe /kjs
parent24f144faf98249012e7b1657a5dfe93750f0dfde (diff)
downloadtdelibs-91f3b7f8f8d1a9b67e747d43adacef550521b6c1.tar.gz
tdelibs-91f3b7f8f8d1a9b67e747d43adacef550521b6c1.zip
Fix fvisibility option
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")))