dnl Process this file with autoconf to produce a configure script.
dnl
-dnl $Id: configure.in,v 1.210 2017/05/04 14:34:28 fabiankeil Exp $
+dnl $Id: configure.in,v 1.211 2017/05/25 11:14:27 fabiankeil Exp $
dnl
dnl Written by and Copyright (C) 2001-2017 the
dnl Privoxy team. https://www.privoxy.org/
dnl AutoConf Initialization
dnl =================================================================
-AC_REVISION($Revision: 1.210 $)
+AC_REVISION($Revision: 1.211 $)
AC_INIT(jcc.c)
if test ! -f config.h.in; then
fi
AC_SUBST(FEATURE_CLIENT_TAGS_ONLY)
+FUZZ_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)