Rename the --disable-acl-files switch to --disable-acl-support
[privoxy.git] / configure.in
index 0e06411..42e0fb5 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl 
-dnl $Id: configure.in,v 1.144 2010/07/29 14:38:03 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.144 $)
+AC_REVISION($Revision: 1.150 $)
 AC_INIT(jcc.c)
 
 if test ! -f config.h.in; then
@@ -78,7 +78,7 @@ dnl =================================================================
 
 VERSION_MAJOR=3
 VERSION_MINOR=0
-VERSION_POINT=17
+VERSION_POINT=18
 CODE_STATUS="UNRELEASED"
 
 dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be
@@ -716,7 +716,7 @@ AC_CHECK_FUNCS([access atexit getcwd gethostbyaddr gethostbyaddr_r gethostbyname
 dnl Checks for RFC 2553 resolver and socket functions
 if test $target_type = mingw; then
   AC_CHECK_LIB(ws2_32, main)
-  
+
   AC_MSG_CHECKING(getaddrinfo in ws2_32)
   AC_TRY_LINK(
     [
@@ -727,7 +727,7 @@ if test $target_type = mingw; then
     have_ws2_32_getaddrinfo=yes
   )
   AC_MSG_RESULT($have_ws2_32_getaddrinfo)
-  
+
   AC_MSG_CHECKING(getnameinfo in ws2_32)
   AC_TRY_LINK(
     [
@@ -738,7 +738,7 @@ if test $target_type = mingw; then
     have_ws2_32_getnameinfo=yes
   )
   AC_MSG_RESULT($have_ws2_32_getnameinfo)
-  
+
   if test $have_ws2_32_getaddrinfo ; then
     if test $have_ws2_32_getnameinfo ; then
       AC_DEFINE([HAVE_RFC2553], [1],
@@ -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)
@@ -944,8 +944,8 @@ if test $have_pcre = "yes"; then
   STATIC_PCRE_ONLY=#
   LIBS="$LIBS -lpcre -lpcreposix"
 else
-  AC_MSG_WARN([You are using the static PCRE code which is scheduled for removal, for details see: 
-    https://sourceforge.net/mailarchive/message.php?msg_id=20080511195555.2dc6cfdc%40fabiankeil.de])
+  AC_MSG_WARN([You are using the static PCRE code which is out of date and scheduled for removal, for details see:
+    http://sourceforge.net/mailarchive/forum.php?thread_name=20080511195555.2dc6cfdc%40fabiankeil.de&forum_name=ijbswa-developers])
   pcre_dyn=no
   AC_DEFINE(STATIC_PCRE)
   STATIC_PCRE_ONLY=