Remove two more checks that have been commented out for years
authorFabian Keil <fk@fabiankeil.de>
Fri, 27 May 2011 11:37:57 +0000 (11:37 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 27 May 2011 11:37:57 +0000 (11:37 +0000)
configure.in

index 4f09bbb..b55b8ec 100644 (file)
@@ -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