From: morcego <morcego@users.sourceforge.net>
Date: Fri, 8 Mar 2002 14:13:50 +0000 (+0000)
Subject: Fixing configure, to remove a command not found error.
X-Git-Tag: v_2_9_12~110
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@toggle?a=commitdiff_plain;h=d4058ea486c1025970a0be8a5569378a5d45499f;p=privoxy.git

Fixing configure, to remove a command not found error.
---

diff --git a/configure b/configure
index 8f3c42e5..37152ef5 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.35 
+# From configure.in Revision: 1.37 
 # 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.
@@ -1009,7 +1009,7 @@ fi
 if test "${with_debug+set}" = set; then
   withval="$with_debug"
   
-                if test "x$withval" != "$xno" ; then
+                if test "x$withval" != "xno" ; then
 		    if test $ac_cv_prog_cc_g = yes; then
 		      if test "$GCC" = yes; then
 			if test "$GDB"; then
@@ -1118,7 +1118,7 @@ else
 fi
 
 if test $dodk = auto; then
-	dodk = no
+	dodk=no
 	if test $target_type = unix; then
 		case "$host_os" in
 		linux* | gnu*)
@@ -1279,8 +1279,8 @@ test -n "$JADEBIN" || JADEBIN="false"
 
 
 if test $dodk = yes; then
-	if test $DKPREFIX = none; then
-		
+  if test $DKPREFIX = none; then
+    
 ac_safe=`echo "/usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for /usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl""... $ac_c" 1>&6
 echo "configure:1287: checking for /usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl" >&5
@@ -1329,7 +1329,7 @@ fi
 
 fi
 
-	fi
+  fi
 fi
 
 
diff --git a/configure.in b/configure.in
index 044073e3..f7a04470 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.36 2002/03/06 23:50:36 morcego Exp $
+dnl $Id: configure.in,v 1.37 2002/03/08 12:58:21 oes Exp $
 dnl 
 dnl Written by and Copyright (C) 2001 the SourceForge
 dnl IJBSWA team.  http://ijbswa.sourceforge.net
@@ -28,6 +28,9 @@ 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.37  2002/03/08 12:58:21  oes
+dnl Tiny bugfix in AC_ARG_WITH(debug)
+dnl
 dnl Revision 1.36  2002/03/06 23:50:36  morcego
 dnl Will not test for a text browser if we are not using docbook.
 dnl
@@ -258,7 +261,7 @@ dnl =================================================================
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.36 $)
+AC_REVISION($Revision: 1.37 $)
 AC_INIT(jcc.c)
 AC_CONFIG_HEADER(config.h)
 AC_CANONICAL_HOST
@@ -390,7 +393,7 @@ else
 fi
 
 if test $dodk = auto; then
-	dodk = no
+	dodk=no
 	if test $target_type = unix; then
 		case "$host_os" in
 		linux* | gnu*)