mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Document --with-thread as deprecated. This gets rid of the annoying
newline in configure --help.
This commit is contained in:
parent
ab1c7918f6
commit
a0f3c5c8d5
2 changed files with 184 additions and 181 deletions
|
@ -661,7 +661,9 @@ AC_ARG_WITH(threads,
|
|||
[ --with(out)-threads[=DIRECTORY] disable/enable thread support])
|
||||
|
||||
# --with-thread is deprecated, but check for it anyway
|
||||
AC_ARG_WITH(thread,,[with_threads=$with_thread])
|
||||
AC_ARG_WITH(thread,
|
||||
[ --with(out)-thread[=DIRECTORY] deprecated; use --with(out)-threads],[
|
||||
with_threads=$with_thread])
|
||||
|
||||
if test -z "$with_threads"
|
||||
then with_threads="yes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue