[dovecot-cvs] dovecot configure.in,1.69,1.70

cras at procontrol.fi cras at procontrol.fi
Wed Dec 4 01:09:01 EET 2002


Update of /home/cvs/dovecot
In directory danu:/tmp/cvs-serv12612

Modified Files:
	configure.in 
Log Message:
#undef _FILE_OFFSET_BITS before checking for sendfile() support, that breaks
it.



Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- configure.in	3 Dec 2002 01:36:58 -0000	1.69
+++ configure.in	3 Dec 2002 23:08:59 -0000	1.70
@@ -482,6 +482,7 @@
 dnl * Linux compatible sendfile()
 AC_MSG_CHECKING([Linux compatible sendfile()])
 AC_TRY_COMPILE([
+  #undef _FILE_OFFSET_BITS
   #include <sys/types.h>
   #include <sys/socket.h>
   #include <sys/uio.h>




More information about the dovecot-cvs mailing list