Will not test for a text browser if we are not using docbook.
[privoxy.git] / configure
index 85daac9..8f3c42e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.34 
+# From configure.in Revision: 1.35 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.13 
 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
@@ -619,8 +619,8 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 echo "$ac_t""$host" 1>&6
 
 
-dodk=dump
-DKPREFIX="none"
+dodk=auto
+DKPREFIX=none
 # Check whether --with-docbook or --without-docbook was given.
 if test "${with_docbook+set}" = set; then
   withval="$with_docbook"
@@ -1117,7 +1117,7 @@ else
   fi
 fi
 
-if test $dodk = dump; then
+if test $dodk = auto; then
        dodk = no
        if test $target_type = unix; then
                case "$host_os" in
@@ -1156,7 +1156,7 @@ else
 fi
 
 
-if test $target_type = unix; then
+if test $dodk != no; then
        for ac_prog in w3m lynx links
 do
 # Extract the first word of "$ac_prog", so it can be a program name with args.