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/
 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
 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)