[dovecot-cvs] dovecot configure.in,1.303,1.304
cras at dovecot.org
cras at dovecot.org
Wed Aug 16 16:31:25 EEST 2006
- Previous message: [dovecot-cvs] dovecot configure.in,1.277.2.31,1.277.2.32
- Next message: [dovecot-cvs] dovecot/src/lib Makefile.am, 1.62.2.1, 1.62.2.2 ioloop-epoll.c, 1.11.2.1, 1.11.2.2 ioloop-internal.h, 1.16, 1.16.2.1 ioloop-iolist.c, NONE, 1.1.2.1 ioloop-iolist.h, NONE, 1.1.2.1 ioloop-kqueue.c, 1.4.2.1, 1.4.2.2 ioloop-notify-kqueue.c, 1.3, 1.3.2.1 ioloop-poll.c, 1.32, 1.32.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv9016
Modified Files:
configure.in
Log Message:
Use notify=kqueue automatically only if ioloop=kqueue.
Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -d -r1.303 -r1.304
--- configure.in 16 Aug 2006 12:54:55 -0000 1.303
+++ configure.in 16 Aug 2006 13:31:23 -0000 1.304
@@ -480,7 +480,7 @@
])
fi
-if test "$notify" = "" || test "$notify" = "kqueue"; then
+if (test "$notify" = "" && test "$ioloop" = kqueue) || test "$notify" = "kqueue"; then
AC_MSG_CHECKING([if we can use BSD kqueue() notify])
dnl * BSD kqueue() notify
if test "$ac_cv_func_kqueue" = yes && test "$ac_cv_func_kevent" = yes ; then
- Previous message: [dovecot-cvs] dovecot configure.in,1.277.2.31,1.277.2.32
- Next message: [dovecot-cvs] dovecot/src/lib Makefile.am, 1.62.2.1, 1.62.2.2 ioloop-epoll.c, 1.11.2.1, 1.11.2.2 ioloop-internal.h, 1.16, 1.16.2.1 ioloop-iolist.c, NONE, 1.1.2.1 ioloop-iolist.h, NONE, 1.1.2.1 ioloop-kqueue.c, 1.4.2.1, 1.4.2.2 ioloop-notify-kqueue.c, 1.3, 1.3.2.1 ioloop-poll.c, 1.32, 1.32.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list