[Python-checkins] python/dist/src/Misc NEWS,1.1241,1.1242

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Wed Feb 16 01:07:43 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31917/Misc

Modified Files:
	NEWS 
Log Message:
spwdmodule.c should only be built when either HAVE_GETSPNAM or HAVE_GETSPENT is
defined.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1241
retrieving revision 1.1242
diff -u -d -r1.1241 -r1.1242
--- NEWS	13 Feb 2005 22:53:22 -0000	1.1241
+++ NEWS	16 Feb 2005 00:07:19 -0000	1.1242
@@ -152,6 +152,9 @@
 Build
 -----
 
+- spwdmodule.c is built only if either HAVE_GETSPNAM or HAVE_HAVE_GETSPENT is
+  defined.  Discovered as a result of not being able to build on OS X.
+
 - setup.py now uses the directories specified in LDFLAGS using the -L option
   and in CPPFLAGS using the -I option for adding library and include
   directories, respectively, for compiling extension modules against.  This has



More information about the Python-checkins mailing list