summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-10-22 09:13:30 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-10-22 09:13:30 +0200
commitccc0a9da60cfa1f2cf57a7567dcd9b942f73f720 (patch)
tree840eb3e6416413c3dbaf77eadc19e54ee951ff51
parenta2cab81156ebd5302fa1db23e9d7cadfe627ff7e (diff)
downloadcurl-bagder/configure-hidden.tar.gz
curl-confopts.m4: remove --enable/disable-hidden-symbolsbagder/configure-hidden
These configure options have been saying "deprecated" since 9e24b9c7af (April 2012). It was about time we remove them.
-rw-r--r--m4/curl-confopts.m44
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.