X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=657edef4fde54b6c5dbf9eed76c43654f7cb8f89;hb=e6cd35ae9b23649990e7e05d8cc12bbb471cd5d5;hp=d3871940cc471774a81be383548a4fd5b137251e;hpb=bd51cd28a9cc5242ce26bb83398f9d01c310c8f5;p=privoxy.git diff --git a/configure.in b/configure.in index d3871940..657edef4 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.205 2016/09/24 16:16:55 ler762 Exp $ +dnl $Id: configure.in,v 1.206 2016/09/27 22:48:28 ler762 Exp $ dnl dnl Written by and Copyright (C) 2001-2016 the dnl Privoxy team. https://www.privoxy.org/ @@ -32,7 +32,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.205 $) +AC_REVISION($Revision: 1.206 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -1027,6 +1027,16 @@ else fi AC_SUBST(FEATURE_CLIENT_TAGS_ONLY) +AC_ARG_ENABLE(fuzz, +[ --enable-fuzz Enable code that makes fuzzing more convenient], +[if test $enableval = yes; then + FUZZ_ONLY="" + AC_DEFINE(FUZZ,1,[Define to make fuzzing more convenient.]) + else + FUZZ_ONLY="#" +fi]) +AC_SUBST(FUZZ_ONLY) + dnl pcre/pcrs is needed for CGI anyway, so dnl the choice is only between static and dnl dynamic: