X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=b75d90adce93c0935b696fe4e4c16856cffe6a53;hp=f905bcf1e53c632a49af4022993ed3881a844cd7;hb=6b12a8f1704e127a1553e08541cd007dbdfc462e;hpb=a204116283ffb975e7d47e5e4de904242f5aa311 diff --git a/configure.in b/configure.in index f905bcf1..b75d90ad 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.212 2017/05/25 11:14:53 fabiankeil Exp $ +dnl $Id: configure.in,v 1.213 2017/05/25 11:17:11 fabiankeil Exp $ dnl dnl Written by and Copyright (C) 2001-2017 the dnl Privoxy team. https://www.privoxy.org/ @@ -32,7 +32,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.212 $) +AC_REVISION($Revision: 1.213 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -782,6 +782,7 @@ AC_CHECK_FUNCS([ \ access \ arc4random \ atexit \ + calloc \ getcwd \ gethostbyaddr \ gethostbyaddr_r \