mirror of https://github.com/python/cpython
--with(out)-thread is deprecated according to configure --help
This commit is contained in:
parent
609ba81cdb
commit
884baa1e6b
|
@ -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…
Reference in New Issue