[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


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.