From 8e0cafbd9c5afcbb083d891bb138313aac76b04a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Tue, 26 Sep 2006 04:15:29 +0000 Subject: Check for visibility attribute, to allow using protected visibility for library functions. CVS patchset: 8288 CVS date: 2006/09/26 04:15:29 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 22f30c88e..00a8139aa 100644 --- a/configure.ac +++ b/configure.ac @@ -1996,6 +1996,7 @@ dnl WARNING! Do not move this check behind the $(MULTIPASS_CFLAGS)! dnl (the alignment test macro does not like variables in the CFLAGS) AC_C_ATTRIBUTE_ALIGNED +CC_ATTRIBUTE_VISIBILITY CC_FLAG_VISIBILITY([ AC_DEFINE([EXPORTED], [__attribute__((visibility("default")))], -- cgit v1.2.3