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:54:09 +0900
commite18e047db9b44db9f69b93ef4a43ad2155472ed1 (patch)
tree804b8c3f3009239e8b4655d76e46222c03f5bcc8
parentc75fdc23caa73500702ac4fe8cb8cc42055d223c (diff)
downloadkipi-plugins-e18e047db9b44db9f69b93ef4a43ad2155472ed1.tar.gz
kipi-plugins-e18e047db9b44db9f69b93ef4a43ad2155472ed1.zip
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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