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

cras at dovecot.org cras at dovecot.org
Mon Jun 26 21:51:55 EEST 2006


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

Modified Files:
	configure.in 
Log Message:
Fix kqueue notify checking.



Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -d -r1.291 -r1.292
--- configure.in	24 Jun 2006 18:24:07 -0000	1.291
+++ configure.in	26 Jun 2006 18:51:50 -0000	1.292
@@ -473,7 +473,7 @@
 if test "$notify" = "" || 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
+  if test "$ac_cv_func_kqueue" = yes && test "$ac_cv_func_kevent" = yes ; then
     have_notify=kqueue
     notify=kqueue
     AC_MSG_RESULT("yes")



More information about the dovecot-cvs mailing list