Add drain_and_close_socket()
[privoxy.git] / configure.in
index 5d164b7..16bbcc4 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl
-dnl $Id: configure.in,v 1.172 2012/10/12 11:12:22 fabiankeil Exp $
+dnl $Id: configure.in,v 1.173 2012/10/12 11:15:17 fabiankeil Exp $
 dnl
 dnl Written by and Copyright (C) 2001-2010 the
 dnl Privoxy team. http://www.privoxy.org/
@@ -32,7 +32,7 @@ dnl =================================================================
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.172 $)
+AC_REVISION($Revision: 1.173 $)
 AC_INIT(jcc.c)
 
 if test ! -f config.h.in; then
@@ -761,6 +761,7 @@ AC_CHECK_FUNCS([ \
  regcomp \
  select \
  setlocale \
+ shutdown \
  snprintf \
  socket \
  strchr \