[dovecot-cvs] dovecot configure.in,1.277.2.31,1.277.2.32
cras at dovecot.org
cras at dovecot.org
Wed Aug 16 16:31:25 EEST 2006
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv14501
Modified Files:
Tag: branch_1_0
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.277.2.31
retrieving revision 1.277.2.32
diff -u -d -r1.277.2.31 -r1.277.2.32
--- configure.in 16 Aug 2006 12:54:54 -0000 1.277.2.31
+++ configure.in 16 Aug 2006 13:31:22 -0000 1.277.2.32
@@ -471,7 +471,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
More information about the dovecot-cvs
mailing list