diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-07 17:15:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:33 -0500 |
commit | d9c439b88448055d62ab85d6dab2204894b9dd9e (patch) | |
tree | 5e4e651873e0df5859e080055e9cf62fdb5e4e35 /source4/build/m4 | |
parent | 324fcc27f9e63b63e0c7403f1c100949952fb0b5 (diff) | |
download | samba-d9c439b88448055d62ab85d6dab2204894b9dd9e.tar.gz samba-d9c439b88448055d62ab85d6dab2204894b9dd9e.tar.bz2 samba-d9c439b88448055d62ab85d6dab2204894b9dd9e.zip |
r13967: change the standard visibility to "default" public again
for modules, libraries and subsystems
metze
(This used to be commit 2d546c32801b12ba82596ccdf1521cba7bfff9f7)
Diffstat (limited to 'source4/build/m4')
-rw-r--r-- | source4/build/m4/check_cc.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
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 |