From d47fb4f037379c341c077e2d8c622eb9fd55604a Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 12 Oct 2012 11:11:42 +0000 Subject: [PATCH] Remove two checks that were already commented out --- configure.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index a63d7fc4..756f9467 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.169 2012/10/05 12:14:33 fabiankeil Exp $ +dnl $Id: configure.in,v 1.170 2012/10/12 11:11:06 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.169 $) +AC_REVISION($Revision: 1.170 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -716,8 +716,6 @@ AC_CHECK_SIZEOF(long long, 8) AC_CHECK_SIZEOF(size_t, 4) dnl Checks for header files. -dnl AC_HEADER_SYS_WAIT -dnl AC_CHECK_HEADERS(fcntl.h limits.h malloc.h sys/time.h unistd.h) AC_CHECK_HEADERS([ \ OS.h \ arpa/inet.h \ -- 2.39.2