From 884baa1e6b9ed8115e2e4cea26614626e7a616dd Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 5 Sep 2002 21:31:04 +0000 Subject: --with(out)-thread is deprecated according to configure --help --- Modules/threadmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/threadmodule.c b/Modules/threadmodule.c index 896d4fa..62fd76a 100644 --- a/Modules/threadmodule.c +++ b/Modules/threadmodule.c @@ -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 -- cgit v0.12