X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=b802a8732d18be04620224061f71d4141352cabb;hp=13f42a6f2d52bd0ea662a0176873403ed9635b2a;hb=a24d0902e151f305abb90bd72cb230a39c76bb8e;hpb=dfee05ac44a416695bfc01be2994582440efa12c diff --git a/configure.in b/configure.in index 13f42a6f..b802a873 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.207 2016/12/24 16:00:49 fabiankeil Exp $ +dnl $Id: configure.in,v 1.208 2017/03/08 13:13:18 fabiankeil 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.207 $) +AC_REVISION($Revision: 1.208 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -774,6 +774,7 @@ AC_PROG_GCC_TRADITIONAL AC_TYPE_SIGNAL AC_CHECK_FUNCS([ \ access \ + arc4random \ atexit \ getcwd \ gethostbyaddr \