Hide libfetch symbols if using the internal copy.

This commit is contained in:
Juan RP
2013-06-19 11:57:25 +02:00
parent 8f6d400cdd
commit 31efece727
2 changed files with 3 additions and 2 deletions

1
configure vendored
View File

@ -283,6 +283,7 @@ check_compiler_flag "visibility=default" f SHAREDLIB_CFLAGS
if [ $? -eq 0 ]; then
HAVE_VISIBILITY=yes
echo "CPPFLAGS += -DHAVE_VISIBILITY=1" >>$CONFIG_MK
echo "HAVE_VISIBILITY = 1" >>$CONFIG_MK
fi
#