From: Neal Norwitz <nnorwitz@gmail.com>
Date: Thu, 5 Sep 2002 21:31:04 +0000 (+0000)
Subject: --with(out)-thread is deprecated according to configure --help
X-Git-Tag: v2.3c1~4207
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=884baa1e6b9ed8115e2e4cea26614626e7a616dd;p=python

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

diff --git a/Modules/threadmodule.c b/Modules/threadmodule.c
index 896d4faa60..62fd76ada3 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