aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 78824962..8e66c7a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -402,6 +402,16 @@ if test "$found" = "1"; then
fi
fi
fi
+
+# Check if compiler supports visibility attribute (if qt is enabled)
+LIST_MEMBER("qt", $enabled_languages)
+if test "$found" = "1"; then
+ AX_GCC_FUNC_ATTRIBUTE(visibility)
+ if test "$ax_cv_have_func_attribute_visibility" = "yes"; then
+ GPGME_QT_CFLAGS="$GPGME_QT_CFLAGS -fvisibility=hidden"
+ fi
+fi
+
AM_CONDITIONAL([HAVE_DOXYGEN],
[test -n "$DOXYGEN"])
if test -n "$GRAPHVIZ"; then