[Python-checkins] python/dist/src configure.in,1.331,1.332
mhammond@users.sourceforge.net
mhammond@users.sourceforge.net
Thu, 18 Jul 2002 23:31:26 -0700
- Previous message: [Python-checkins] python/dist/src/Objects listobject.c,2.125,2.126
- Next message: [Python-checkins] python/dist/src configure,1.321,1.322 pyconfig.h.in,1.42,1.43 configure.in,1.332,1.333 Makefile.pre.in,1.87,1.88
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv8284
Modified Files:
configure.in
Log Message:
Add description for _XOPEN_SOURCE_ - needed to allow autoheader to succeed.
Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.331
retrieving revision 1.332
diff -C2 -d -r1.331 -r1.332
*** configure.in 18 Jul 2002 22:39:34 -0000 1.331
--- configure.in 19 Jul 2002 06:31:24 -0000 1.332
***************
*** 21,25 ****
SOVERSION=1.0
! AC_DEFINE(_XOPEN_SOURCE, 500)
# Arguments passed to configure.
--- 21,25 ----
SOVERSION=1.0
! AC_DEFINE(_XOPEN_SOURCE, 500, [Needed on Tru64 and does no harm on Linux])
# Arguments passed to configure.
- Previous message: [Python-checkins] python/dist/src/Objects listobject.c,2.125,2.126
- Next message: [Python-checkins] python/dist/src configure,1.321,1.322 pyconfig.h.in,1.42,1.43 configure.in,1.332,1.333 Makefile.pre.in,1.87,1.88
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]