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/configure.in | |
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/configure.in')
-rw-r--r-- | source4/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.in b/source4/configure.in index 625557fca5..caf0787179 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -52,7 +52,7 @@ AC_ARG_ENABLE(dso, ################################################# # add *_CFLAGS only for the real build -CFLAGS="${CFLAGS} ${VISIBILITY_CFLAGS} ${DEVELOPER_CFLAGS}" +CFLAGS="${CFLAGS} ${DEVELOPER_CFLAGS}" ################################################# # final configure stuff |