build adjustments: CURL_HIDDEN_SYMBOLS no longer defined in config files
authorYang Tse <yangsita@gmail.com>
Wed, 11 Apr 2012 17:33:54 +0000 (19:33 +0200)
committerYang Tse <yangsita@gmail.com>
Wed, 11 Apr 2012 17:33:54 +0000 (19:33 +0200)
commit9e24b9c7afbcb81120af4cf3f6cdee49a06d8224
tree0c671c32f59daa6848636e7f34c6071ed2bcae37
parenta144bb8b767b1c9ae40a0e7853db88ed67c9e8c3
build adjustments: CURL_HIDDEN_SYMBOLS no longer defined in config files

configure script now provides conditional definitions for Makefile.am
that result in CURL_HIDDEN_SYMBOLS being defined by resulting makefiles
when appropriate.

Additionally, configure script option for symbol hiding control is now
named --enable-symbol-hiding --disable-symbol-hiding. While still valid,
old option name --enable-hidden-symbols --disable-hidden-symbols will
be deprecated in some future release.
configure.ac
lib/Makefile.am
lib/config-os400.h
lib/config-symbian.h
lib/config-vxworks.h
lib/curl_config.h.cmake
m4/curl-compilers.m4
m4/curl-confopts.m4
tests/libtest/Makefile.am