X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=bc5ca2ee6296a693ce24b3fc729c51c59849635e;hp=dbd2ec200519ba847f0f738ba4bfb565e0ad0d9e;hb=08e1829b2eff1f19a2afe241099279ee081fb0a1;hpb=f4107f65b676b63a199fe4230e58695757f9f199 diff --git a/configure.in b/configure.in index dbd2ec20..bc5ca2ee 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.111 2008/02/03 14:40:47 fabiankeil Exp $ +dnl $Id: configure.in,v 1.113 2008/04/06 14:54:26 fabiankeil Exp $ dnl dnl Written by and Copyright (C) 2001 - 2007 the SourceForge dnl Privoxy team. http://www.privoxy.org/ @@ -28,6 +28,13 @@ 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.113 2008/04/06 14:54:26 fabiankeil +dnl Use PCRE syntax in host patterns when configured +dnl with --enable-pcre-host-patterns. +dnl +dnl Revision 1.112 2008/03/27 18:27:22 fabiankeil +dnl Remove kill-popups action. +dnl dnl Revision 1.111 2008/02/03 14:40:47 fabiankeil dnl Remove unused OSX_DARWIN macro. Reported by Mark Miller in #1852529. dnl @@ -514,7 +521,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.111 $) +AC_REVISION($Revision: 1.113 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -1313,6 +1320,12 @@ AC_ARG_ENABLE(graceful-termination, AC_DEFINE(FEATURE_GRACEFUL_TERMINATION) fi]) +AC_ARG_ENABLE(extended-host-patterns, +[ --enable-extended-host-patterns Allow extended regular expressions in host patterns.], +[if test $enableval = yes; then + AC_DEFINE(FEATURE_EXTENDED_HOST_PATTERNS) +fi]) + dnl pcre/pcrs is needed for CGI anyway, so dnl the choice is only between static and dnl dynamic: