From d9c439b88448055d62ab85d6dab2204894b9dd9e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 7 Mar 2006 17:15:18 +0000 Subject: r13967: change the standard visibility to "default" public again for modules, libraries and subsystems metze (This used to be commit 2d546c32801b12ba82596ccdf1521cba7bfff9f7) --- source4/build/m4/check_cc.m4 | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/build/m4') diff --git a/source4/build/m4/check_cc.m4 b/source4/build/m4/check_cc.m4 index 0a215ef802..a6a19bc42b 100644 --- a/source4/build/m4/check_cc.m4 +++ b/source4/build/m4/check_cc.m4 @@ -137,7 +137,6 @@ if test -n "$VISIBILITY_CFLAGS"; then visibility_attribute=yes ],[ AC_MSG_RESULT(no) - VISIBILITY_CFLAGS="" ]) CFLAGS="$OLD_CFLAGS" fi -- cgit