From 9be96dbd005548ff35f59a1ce58a75424feccba9 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 26 Jul 2016 10:45:58 +0000 Subject: [PATCH] configure.in: Check for Docbook goo on the BSDs as well --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 3480506b..fc14e38b 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.2