diff options
author | Anthony Shaw <anthony.p.shaw@gmail.com> | 2020-01-14 17:40:10 +1100 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2020-01-14 01:40:10 -0500 |
commit | 2de064e6305008d16571a21e5f0c178e62e81f27 (patch) | |
tree | a6573acd657ef644c156647b5afa926cee224945 /m4 | |
parent | bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959) (diff) | |
download | cpython-2de064e6305008d16571a21e5f0c178e62e81f27.tar.gz cpython-2de064e6305008d16571a21e5f0c178e62e81f27.tar.bz2 cpython-2de064e6305008d16571a21e5f0c178e62e81f27.zip |
bpo-39160 Align the verbs, grammar and defaults for `./configure --help` (GH-17747)
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ax_check_openssl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_check_openssl.m4 b/m4/ax_check_openssl.m4 index 28e48cbefb6..2846fd14c49 100644 --- a/m4/ax_check_openssl.m4 +++ b/m4/ax_check_openssl.m4 @@ -39,7 +39,7 @@ AC_DEFUN([AX_CHECK_OPENSSL], [ found=false AC_ARG_WITH([openssl], [AS_HELP_STRING([--with-openssl=DIR], - [root of the OpenSSL directory])], + [override root of the OpenSSL directory to DIR])], [ case "$withval" in "" | y | ye | yes | n | no) |