Fixed.

In message <[email protected]>, Brad writes:
>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
>

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[email protected]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

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

Reply via email to