]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl-confopts.m4: remove --enable/disable-hidden-symbols
authorDaniel Stenberg <daniel@haxx.se>
Fri, 22 Oct 2021 07:13:30 +0000 (09:13 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 22 Oct 2021 10:55:43 +0000 (12:55 +0200)
These configure options have been saying "deprecated" since 9e24b9c7af
(April 2012). It was about time we remove them.

Closes #7891

m4/curl-confopts.m4

index 75fa64948bf280614f13da1dd45621d0f3fe9b92..efe42495d15ded2addbc1527b171967db44d3c50 100644 (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)