[dovecot-cvs] dovecot configure.in,1.277.2.15,1.277.2.16
cras at dovecot.org
cras at dovecot.org
Mon Jun 26 21:51:52 EEST 2006
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv22483
Modified Files:
Tag: branch_1_0
configure.in
Log Message:
Fix kqueue notify checking.
Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.15
retrieving revision 1.277.2.16
diff -u -d -r1.277.2.15 -r1.277.2.16
--- configure.in 24 Jun 2006 18:24:06 -0000 1.277.2.15
+++ configure.in 26 Jun 2006 18:51:49 -0000 1.277.2.16
@@ -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