mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
--with(out)-thread is deprecated according to configure --help
This commit is contained in:
parent
609ba81cdb
commit
884baa1e6b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#ifndef WITH_THREAD
|
||||
#error "Error! The rest of Python is not compiled with thread support."
|
||||
#error "Rerun configure, adding a --with-thread option."
|
||||
#error "Rerun configure, adding a --with-threads option."
|
||||
#error "Then run `make clean' followed by `make'."
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue