From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 27 May 2011 11:36:36 +0000 (+0000)
Subject: Ditch two checks that have been commented out for years already, without causing... 
X-Git-Tag: v_3_0_18~221
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/faq/static/@default-cgi@send-stylesheet?a=commitdiff_plain;h=97e50b2f38436446bf0eb2efd09a2d97e0e49665;p=privoxy.git

Ditch two checks that have been commented out for years already, without causing any issues
---

diff --git a/configure.in b/configure.in
index 6ec2d746..90209a73 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.153 2011/04/19 13:00:47 fabiankeil Exp $
+dnl $Id: configure.in,v 1.154 2011/05/27 11:36:15 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.153 $)
+AC_REVISION($Revision: 1.154 $)
 AC_INIT(jcc.c)
 
 if test ! -f config.h.in; then
@@ -705,11 +705,7 @@ dnl AC_CHECK_FUNC(strstr)
 dnl bcopy and memmove are for PCRE
 AC_CHECK_FUNCS([strerror bcopy memmove])
 AC_PROG_GCC_TRADITIONAL
-dnl uncommenting does not work for swa. suse linux
-dnl AC_FUNC_MALLOC
 AC_TYPE_SIGNAL
-dnl uncommenting does not work for swa. suse linux
-dnl AC_FUNC_STAT
 AC_CHECK_FUNCS([access atexit getcwd gethostbyaddr gethostbyaddr_r gethostbyname gethostbyname_r gettimeofday inet_ntoa localtime_r memchr memmove memset poll putenv random regcomp select setlocale snprintf socket strchr strdup strerror strftime strlcat strlcpy strptime strstr strtoul timegm tzset])
 
 dnl Checks for RFC 2553 resolver and socket functions