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:
Daniel Stenberg 2021-10-22 09:13:30 +02:00
parent 10883eb981
commit 0c2d3118aa
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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)