diff configure.in @ 4433:8916e7dd60c6 HEAD

fix
author Timo Sirainen <tss@iki.fi>
date Sat, 24 Jun 2006 21:24:07 +0300
parents b8089cf41c96
children 9eee24bf2960
line wrap: on
line diff
--- a/configure.in	Tue Jun 20 18:29:20 2006 +0300
+++ b/configure.in	Sat Jun 24 21:24:07 2006 +0300
@@ -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