From d815e7b666223b83c3eb70e4f5fc2f35a5986250 Mon Sep 17 00:00:00 2001 From: oes Date: Mon, 8 Dec 2003 15:10:29 +0000 Subject: [PATCH] Bugfix: --with-docbook now correctly accepts its path parameter. Thanks, Roland! --- configure.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 6da7f52f..7c6f77db 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.68.2.16 2003/03/26 16:05:14 oes Exp $ +dnl $Id: configure.in,v 1.68.2.17 2003/10/18 18:41:26 david__schmidt Exp $ dnl dnl Written by and Copyright (C) 2001, 2002 the SourceForge dnl Privoxy team. http://www.privoxy.org/ @@ -28,6 +28,10 @@ dnl or write to the Free Software Foundation, Inc., 59 dnl Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl dnl $Log: configure.in,v $ +dnl Revision 1.68.2.17 2003/10/18 18:41:26 david__schmidt +dnl Update to remain buildable on OS/2 - remove the failures +dnl due to missing unixisms +dnl dnl Revision 1.68.2.16 2003/03/26 16:05:14 oes dnl Marked as 0.0.0 UNRELEASED dnl @@ -421,7 +425,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.68.2.16 $) +AC_REVISION($Revision: 1.68.2.17 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -448,7 +452,7 @@ case "$with_docbook" in yes) dodk=yes;; no) dodk=no;; *) - dodk=no + dodk=yes DKPREFIX=$withval ;; esac -- 2.39.2