From 37dac00e2ad6445f496e68fcf815723432ecb5a8 Mon Sep 17 00:00:00 2001 From: Cristian Rodríguez Date: Mon, 15 Nov 2010 20:31:25 +0100 Subject: src: implement both GCC visibility support and export script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Read "How to write shared libraries" from Ulrich Drepper for more information on this patch. Specifically section 2.2: Export control and section 3: Maintaining APIs and ABIs. Signed-off-by: Cristian Rodríguez Signed-off-by: Pablo Neira Ayuso --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9281156..6373fab 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AM_PROG_CC_C_O AC_EXEEXT AC_DISABLE_STATIC LT_INIT - +gl_VISIBILITY case $target in *-*-linux*) ;; *) AC_MSG_ERROR([Linux only, dude!]);; -- cgit v1.2.3