diff options
author | Bastian Krause <bst@pengutronix.de> | 2021-06-08 17:30:17 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-09 10:12:34 +0200 |
commit | fdb32eef176cb10c7f8188c0a9bfcc65a9e6fc6b (patch) | |
tree | 37fc3e156acc9620fb83d231cfd1ab33731499d6 /configure.ac | |
parent | 76035e612a564530ad12205e37c3506d8778d9bd (diff) | |
download | curl-fdb32eef176cb10c7f8188c0a9bfcc65a9e6fc6b.tar.gz |
configure: rename get-easy-option configure option to get-easy-options
"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>
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9186bbaed..1bc85af28 100755 --- a/configure.ac +++ b/configure.ac @@ -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 |