-
- Downloads
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.
Showing
- configure.ac 4 additions, 41 deletionsconfigure.ac
- lib/Makefile.am 11 additions, 0 deletionslib/Makefile.am
- lib/config-os400.h 9 additions, 8 deletionslib/config-os400.h
- lib/config-symbian.h 2 additions, 5 deletionslib/config-symbian.h
- lib/config-vxworks.h 1 addition, 4 deletionslib/config-vxworks.h
- lib/curl_config.h.cmake 1 addition, 4 deletionslib/curl_config.h.cmake
- m4/curl-compilers.m4 110 additions, 2 deletionsm4/curl-compilers.m4
- m4/curl-confopts.m4 75 additions, 2 deletionsm4/curl-confopts.m4
- tests/libtest/Makefile.am 9 additions, 0 deletionstests/libtest/Makefile.am
Please register or sign in to comment