From: Daniel Stenberg Date: Fri, 22 Oct 2021 07:13:30 +0000 (+0200) Subject: curl-confopts.m4: remove --enable/disable-hidden-symbols X-Git-Tag: curl-7_80_0~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c2d3118aa2bc040411203d33ab6034067fd9d62;p=thirdparty%2Fcurl.git 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 --- diff --git a/m4/curl-confopts.m4 b/m4/curl-confopts.m4 index 75fa64948b..efe42495d1 100644 --- a/m4/curl-confopts.m4 +++ b/m4/curl-confopts.m4 @@ -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)