[Python-checkins] python/dist/src configure,1.331,1.332 configure.in,1.342,1.343

loewis@users.sourceforge.net loewis@users.sourceforge.net
Mon, 09 Sep 2002 09:18:18 -0700


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

Modified Files:
	configure configure.in 
Log Message:
Always generate floats for stat_result; fix configure test.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.331
retrieving revision 1.332
diff -C2 -d -r1.331 -r1.332
*** configure	9 Sep 2002 14:24:13 -0000	1.331
--- configure	9 Sep 2002 16:17:41 -0000	1.332
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.341 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.342 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
***************
*** 15739,15743 ****
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
!   ac_cv_stat_tv_nsec = yes
  else
    echo "$as_me: failed program was:" >&5
--- 15739,15743 ----
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
!   ac_cv_stat_tv_nsec=yes
  else
    echo "$as_me: failed program was:" >&5

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.342
retrieving revision 1.343
diff -C2 -d -r1.342 -r1.343
*** configure.in	9 Sep 2002 14:24:15 -0000	1.342
--- configure.in	9 Sep 2002 16:17:45 -0000	1.343
***************
*** 2248,2252 ****
  st.st_mtim.tv_nsec = 1;
  ],
! ac_cv_stat_tv_nsec = yes,
  ac_cv_stat_tv_nsec=no,
  ac_cv_stat_tv_nsec=no))
--- 2248,2252 ----
  st.st_mtim.tv_nsec = 1;
  ],
! ac_cv_stat_tv_nsec=yes,
  ac_cv_stat_tv_nsec=no,
  ac_cv_stat_tv_nsec=no))