mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03: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
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue