]> granicus.if.org Git - python/commitdiff
--with(out)-thread is deprecated according to configure --help
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 5 Sep 2002 21:31:04 +0000 (21:31 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 5 Sep 2002 21:31:04 +0000 (21:31 +0000)
Modules/threadmodule.c

index 896d4faa60a8bebe1c51a4798a5464c285a92f32..62fd76ada340ba8d6102236c5aed920531268e9d 100644 (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