From d696d60792ed0ee12129640d571cf2e4ef3cbb59 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 12 Jul 2024 22:30:59 +0900 Subject: [PATCH] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY Signed-off-by: Michele Calgaro --- akode/lib/akode_export.h.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/akode/lib/akode_export.h.cmake b/akode/lib/akode_export.h.cmake index 7fc7fe8..6b51747 100644 --- a/akode/lib/akode_export.h.cmake +++ b/akode/lib/akode_export.h.cmake @@ -20,7 +20,7 @@ #ifndef AKODE_EXPORT_H #define AKODE_EXPORT_H -#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 +#cmakedefine __TDE_HAVE_GCC_VISIBILITY 1 /** * The ARTS_NO_EXPORT macro marks the symbol of the given variable @@ -36,7 +36,7 @@ * \end */ -#if defined(__KDE_HAVE_GCC_VISIBILITY) +#if defined(__TDE_HAVE_GCC_VISIBILITY) /* Visibility is available for GCC newer than 3.4. * See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9283 */