diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-10-22 09:13:30 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-10-22 12:55:43 +0200 |
commit | 0c2d3118aa2bc040411203d33ab6034067fd9d62 (patch) | |
tree | c681a2b62a5e5b8258be8475ab8491a432d6a0f9 | |
parent | 10883eb98156077a7cb2d86656df54008558f653 (diff) | |
download | curl-0c2d3118aa2bc040411203d33ab6034067fd9d62.tar.gz |
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
-rw-r--r-- | m4/curl-confopts.m4 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/m4/curl-confopts.m4 b/m4/curl-confopts.m4 index 75fa64948..efe42495d 100644 --- a/m4/curl-confopts.m4 +++ b/m4/curl-confopts.m4 @@ -242,10 +242,6 @@ AC_DEFUN([CURL_CHECK_OPTION_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) dnl --disable-symbol-hiding option used. |