From: Fabian Keil Date: Fri, 27 May 2011 11:37:57 +0000 (+0000) Subject: Remove two more checks that have been commented out for years X-Git-Tag: v_3_0_18~219 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=0c8749178b9f13a030910f5fae2f68285cf130a7 Remove two more checks that have been commented out for years --- diff --git a/configure.in b/configure.in index 4f09bbbd..b55b8eca 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.155 2011/05/27 11:36:36 fabiankeil Exp $ +dnl $Id: configure.in,v 1.156 2011/05/27 11:37:45 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.155 $) +AC_REVISION($Revision: 1.156 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -700,8 +700,6 @@ dnl AC_CHECK_HEADERS(fcntl.h limits.h malloc.h sys/time.h unistd.h) AC_CHECK_HEADERS([OS.h arpa/inet.h errno.h fcntl.h limits.h locale.h netdb.h netinet/in.h stddef.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h sys/timeb.h sys/wait.h unistd.h]) dnl Checks for library functions. -dnl AC_TYPE_SIGNAL -dnl AC_CHECK_FUNC(strstr) dnl bcopy is for PCRE AC_CHECK_FUNCS([bcopy]) AC_PROG_GCC_TRADITIONAL