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

This commit is contained in:
Neal Norwitz 2002-09-05 21:31:04 +00:00
parent 609ba81cdb
commit 884baa1e6b
1 changed files with 1 additions and 1 deletions

View File

@ -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