[dovecot-cvs] dovecot configure.in,1.290,1.291

cras at dovecot.org cras at dovecot.org
Sat Jun 24 21:24:09 EEST 2006


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv24030

Modified Files:
	configure.in 
Log Message:
fix



Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -d -r1.290 -r1.291
--- configure.in	19 Jun 2006 16:10:16 -0000	1.290
+++ configure.in	24 Jun 2006 18:24:07 -0000	1.291
@@ -398,7 +398,7 @@
 fi
 
 if test "$ioloop" = "" || test "$ioloop" = "kqueue"; then
-    if test "$ac_cv_func_kqueue" = yes && test "$ac_cv_func_kevent" == yes ; then
+    if test "$ac_cv_func_kqueue" = yes && test "$ac_cv_func_kevent" = yes; then
       AC_DEFINE(IOLOOP_KQUEUE,, [Implement I/O loop with BSD kqueue()])
       ioloop=kqueue
       have_ioloop=yes



More information about the dovecot-cvs mailing list