Bugfix: --with-docbook now correctly accepts its path parameter. Thanks, Roland!
authoroes <oes@users.sourceforge.net>
Mon, 8 Dec 2003 15:10:29 +0000 (15:10 +0000)
committeroes <oes@users.sourceforge.net>
Mon, 8 Dec 2003 15:10:29 +0000 (15:10 +0000)
configure.in

index 6da7f52..7c6f77d 100644 (file)
@@ -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