diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-12 22:18:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-14 22:31:32 +0900 |
commit | 61b0c0e267a1b0f3e5baab7c379b6752c80c6fbb (patch) | |
tree | d03eab4efde7edd18481e40155832fe7ef8ef6c6 | |
parent | 80a7c86cd3fe3fbf7a6928ccb3b0e7eef28a4ce8 (diff) | |
download | krusader-61b0c0e267a1b0f3e5baab7c379b6752c80c6fbb.tar.gz krusader-61b0c0e267a1b0f3e5baab7c379b6752c80c6fbb.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 336b67f2fbfc99c1a63195086259724b3a8f36c7)
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index bcc289f..ef68711 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -3428,7 +3428,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 |