From d3c75ce883bf5b09321c44bb32522fe089ca1e52 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sun, 22 Jun 2008 17:31:08 +0200 Subject: Hide everything except for the avahi_qt_poll_get symbol if possible in the qt bindings --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5590fdd..a4e4a0a 100644 --- a/configure.ac +++ b/configure.ac @@ -366,6 +366,9 @@ AC_TYPE_PID_T AC_CHECK_DECLS(environ) +# check if gcc's -fvisibility is supported +CHECK_VISIBILITY_HIDDEN + enable_chroot=yes AC_CHECK_HEADERS([sys/capability.h],,enable_chroot=no) AC_CHECK_HEADERS([sys/prctl.h],,enable_chroot=no) -- cgit