[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


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



More information about the dovecot-cvs mailing list