]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure: rename get-easy-option configure option to get-easy-options
authorBastian Krause <bst@pengutronix.de>
Tue, 8 Jun 2021 15:30:17 +0000 (17:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Jun 2021 08:12:34 +0000 (10:12 +0200)
"get-easy-options" is the configure option advertised by the help text
anyway, so use that.

Fixes #7211
Closes #7213

Follow-up to ad691b191 ("configure: added --disable-get-easy-options")
Suggested-by: Daniel Stenberg <daniel@haxx.se>
Signed-off-by: Bastian Krause <bst@pengutronix.de>
configure.ac

index 9186bbaedbf0c852b8f6119bd040c35cb1ac33f3..1bc85af2884f854ede678565523ac4a45fa8cff8 100755 (executable)
@@ -3804,7 +3804,7 @@ dnl ************************************************************
 dnl disable the curl_easy_options API
 dnl
 AC_MSG_CHECKING([whether to support curl_easy_option*])
-AC_ARG_ENABLE(get-easy-option,
+AC_ARG_ENABLE(get-easy-options,
 AS_HELP_STRING([--enable-get-easy-options],[Enable curl_easy_options])
 AS_HELP_STRING([--disable-get-easy-options],[Disable curl_easy_options]),
 [ case "$enableval" in