Commit 884baa1e authored by Neal Norwitz's avatar Neal Norwitz

--with(out)-thread is deprecated according to configure --help

parent 609ba81c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment