From: Fabian Keil Date: Tue, 19 Apr 2011 11:42:12 +0000 (+0000) Subject: Rename the --disable-acl-files switch to --disable-acl-support X-Git-Tag: v_3_0_18~260 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=1419f524f8b8c1112c3f85b775fb3ceffbaf6853 Rename the --disable-acl-files switch to --disable-acl-support Since about 2001, ACL directives are specified in the standard config file. --- diff --git a/configure.in b/configure.in index 379e5e65..42e0fb59 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.149 2011/04/16 17:27:40 fabiankeil Exp $ +dnl $Id: configure.in,v 1.150 2011/04/16 17:28:15 fabiankeil Exp $ dnl dnl Written by and Copyright (C) 2001-2010 the dnl Privoxy team. http://www.privoxy.org/ @@ -32,7 +32,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.149 $) +AC_REVISION($Revision: 1.150 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -842,8 +842,8 @@ AC_ARG_ENABLE(image-blocking, fi], AC_DEFINE(FEATURE_IMAGE_BLOCKING)) -AC_ARG_ENABLE(acl-files, -[ --disable-acl-files Prevents the use of ACL files to control access to +AC_ARG_ENABLE(acl-support, +[ --disable-acl-support Prevents the use of ACLs to control access to Privoxy by IP address.], [if test $enableval = yes; then AC_DEFINE(FEATURE_ACL)