summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-12 22:32:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-13 21:56:12 +0900
commit269f792d61715438e80e5c7d3fb0b9ee9e287d40 (patch)
tree3ad68103b833f5e650278ed130902b039382407a
parent8e6884741a44dd3565eba17418d7f34b45dafd19 (diff)
downloadkipi-plugins-269f792d61715438e80e5c7d3fb0b9ee9e287d40.tar.gz
kipi-plugins-269f792d61715438e80e5c7d3fb0b9ee9e287d40.zip
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e18e047db9b44db9f69b93ef4a43ad2155472ed1)
-rw-r--r--acinclude.m42
-rw-r--r--config.h.in2
-rw-r--r--kipi-plugins/configure.in.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index d789b14..4f5ab4e 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -3453,7 +3453,7 @@ AC_DEFUN([KDE_ENABLE_HIDDEN_VISIBILITY],
CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
KDE_CHECK_VISIBILITY_GCC_BUG
HAVE_GCC_VISIBILITY=1
- AC_DEFINE_UNQUOTED(__KDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported])
+ AC_DEFINE_UNQUOTED(__TDE_HAVE_GCC_VISIBILITY, "$HAVE_GCC_VISIBILITY", [define to 1 if -fvisibility is supported])
fi
])
fi
diff --git a/config.h.in b/config.h.in
index 898e37f..d823dd1 100644
--- a/config.h.in
+++ b/config.h.in
@@ -232,7 +232,7 @@ int snprintf(char *str, size_t n, char const *fmt, ...);
/* define to 1 if -fvisibility is supported */
-#undef __KDE_HAVE_GCC_VISIBILITY
+#undef __TDE_HAVE_GCC_VISIBILITY
#if defined(__SVR4) && !defined(__svr4__)
diff --git a/kipi-plugins/configure.in.in b/kipi-plugins/configure.in.in
index f679719..e93d021 100644
--- a/kipi-plugins/configure.in.in
+++ b/kipi-plugins/configure.in.in
@@ -40,7 +40,7 @@ AC_COMPILE_IFELSE(
#else
iam dying;
#endif
- #ifdef __KDE_HAVE_GCC_VISIBILITY
+ #ifdef __TDE_HAVE_GCC_VISIBILITY
#else
no, iam really dead;
#endif