mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
curl-confopts.m4: remove --enable/disable-hidden-symbols
These configure options have been saying "deprecated" since 9e24b9c7af
(April 2012). It was about time we remove them.
Closes #7891
This commit is contained in:
parent
10883eb981
commit
0c2d3118aa
@ -241,10 +241,6 @@ AC_DEFUN([CURL_CHECK_OPTION_SYMBOL_HIDING], [
|
||||
AC_ARG_ENABLE(symbol-hiding,
|
||||
AS_HELP_STRING([--enable-symbol-hiding],[Enable hiding of library internal symbols])
|
||||
AS_HELP_STRING([--disable-symbol-hiding],[Disable hiding of library internal symbols]),
|
||||
OPT_SYMBOL_HIDING=$enableval)
|
||||
AC_ARG_ENABLE(hidden-symbols,
|
||||
AS_HELP_STRING([--enable-hidden-symbols],[To be deprecated, use --enable-symbol-hiding])
|
||||
AS_HELP_STRING([--disable-hidden-symbols],[To be deprecated, use --disable-symbol-hiding]),
|
||||
OPT_SYMBOL_HIDING=$enableval)
|
||||
case "$OPT_SYMBOL_HIDING" in
|
||||
no)
|
||||
|
Loading…
Reference in New Issue
Block a user