configure.in: Check for Docbook goo on the BSDs as well
authorFabian Keil <fk@fabiankeil.de>
Tue, 26 Jul 2016 10:45:58 +0000 (10:45 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 26 Jul 2016 10:45:58 +0000 (10:45 +0000)
configure.in

index 3480506..fc14e38 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl
-dnl $Id: configure.in,v 1.199 2016/05/25 10:54:11 fabiankeil Exp $
+dnl $Id: configure.in,v 1.200 2016/06/22 12:21:11 fabiankeil Exp $
 dnl
 dnl Written by and Copyright (C) 2001-2016 the
 dnl Privoxy team. https://www.privoxy.org/
@@ -32,7 +32,7 @@ dnl =================================================================
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.199 $)
+AC_REVISION($Revision: 1.200 $)
 AC_INIT(jcc.c)
 
 if test ! -f config.h.in; then
@@ -282,7 +282,7 @@ if test $dodk = auto; then
        dodk=no
        if test $target_type = unix; then
                case "$host_os" in
-               linux* | gnu*)
+               linux* | gnu* | *bsd*)
                        dodk=yes
                ;;
                esac