[Python-checkins] python/dist/src/Modules threadmodule.c,2.52,2.53

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Thu, 05 Sep 2002 14:31:06 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv22159/Modules

Modified Files:
	threadmodule.c 
Log Message:
--with(out)-thread is deprecated according to configure --help

Index: threadmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/threadmodule.c,v
retrieving revision 2.52
retrieving revision 2.53
diff -C2 -d -r2.52 -r2.53
*** threadmodule.c	2 Aug 2002 02:27:13 -0000	2.52
--- threadmodule.c	5 Sep 2002 21:31:04 -0000	2.53
***************
*** 7,11 ****
  #ifndef WITH_THREAD
  #error "Error!  The rest of Python is not compiled with thread support."
! #error "Rerun configure, adding a --with-thread option."
  #error "Then run `make clean' followed by `make'."
  #endif
--- 7,11 ----
  #ifndef WITH_THREAD
  #error "Error!  The rest of Python is not compiled with thread support."
! #error "Rerun configure, adding a --with-threads option."
  #error "Then run `make clean' followed by `make'."
  #endif