Remove a duplicated check for localtime_r()
authorFabian Keil <fk@fabiankeil.de>
Mon, 2 Jun 2014 05:46:53 +0000 (05:46 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 2 Jun 2014 05:46:53 +0000 (05:46 +0000)
configure.in

index acad7f2..89ebb47 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl
-dnl $Id: configure.in,v 1.181 2013/11/07 15:11:32 fabiankeil Exp $
+dnl $Id: configure.in,v 1.182 2014/05/20 11:55:09 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.181 $)
+AC_REVISION($Revision: 1.182 $)
 AC_INIT(jcc.c)
 
 if test ! -f config.h.in; then
@@ -752,7 +752,6 @@ AC_CHECK_FUNCS([ \
  gethostbyname_r \
  gettimeofday \
  inet_ntoa \
- localtime_r \
  memchr \
  memmove \
  memset \