The following diff fixes the autoconf script to properly detect
the presence of kqueue() on OpenBSD.


diff --git a/configure.ac b/configure.ac
index 8404de4..425d925 100644
--- a/configure.ac
+++ b/configure.ac
@@ -335,7 +335,7 @@ AC_ARG_ENABLE(kqueue,
 
 if test "$enable_kqueue" = yes; then
        case $target in
-       *-*-freebsd* | *-*-darwin9* | *-*-darwin11* | *-*-netbsd* )
+       *-*-freebsd* | *-*-darwin9* | *-*-darwin11* | *-*-netbsd* | 
*-*-openbsd*)
                AC_CHECK_FUNCS([kqueue])
                ;;
        *-*-bsd*)

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


_______________________________________________
varnish-dev mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev

Reply via email to