From: Neal Norwitz 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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=884baa1e6b9ed8115e2e4cea26614626e7a616dd;p=thirdparty%2FPython%2Fcpython.git --with(out)-thread is deprecated according to configure --help --- diff --git a/Modules/threadmodule.c b/Modules/threadmodule.c index 896d4faa60a8..62fd76ada340 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