diff options
author | Anthony Shaw <anthony.p.shaw@gmail.com> | 2020-01-14 06:40:10 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2020-01-14 06:40:10 (GMT) |
commit | 2de064e6305008d16571a21e5f0c178e62e81f27 (patch) | |
tree | a6573acd657ef644c156647b5afa926cee224945 /m4 | |
parent | a190e2ade1a704a6b5a94464a0a19b140c7dd031 (diff) | |
download | cpython-2de064e6305008d16571a21e5f0c178e62e81f27.zip cpython-2de064e6305008d16571a21e5f0c178e62e81f27.tar.gz cpython-2de064e6305008d16571a21e5f0c178e62e81f27.tar.bz2 |
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 28e48cb..2846fd1 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) |