[Python-checkins] python/dist/src configure.in,1.435,1.436

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Thu Sep 25 10:49:17 EDT 2003


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv22369

Modified Files:
	configure.in 
Log Message:
Typo: HAVE_SYNC -> HAVE_FSYNC


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.435
retrieving revision 1.436
diff -C2 -d -r1.435 -r1.436
*** configure.in	22 Sep 2003 11:14:40 -0000	1.435
--- configure.in	25 Sep 2003 14:49:15 -0000	1.436
***************
*** 2106,2110 ****
  AC_MSG_CHECKING(for fsync)
  AC_TRY_COMPILE([#include <unistd.h>], void *x=fsync,
!   AC_DEFINE(HAVE_SYNC, 1, Define if you have the 'fsync' function.)
    AC_MSG_RESULT(yes),
    AC_MSG_RESULT(no)
--- 2106,2110 ----
  AC_MSG_CHECKING(for fsync)
  AC_TRY_COMPILE([#include <unistd.h>], void *x=fsync,
!   AC_DEFINE(HAVE_FSYNC, 1, Define if you have the 'fsync' function.)
    AC_MSG_RESULT(yes),
    AC_MSG_RESULT(no)





More information about the Python-checkins mailing list