From 588d5d7c613c800728d4a6fd40f886c7f7388bf2 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 12 Oct 2012 11:15:17 +0000 Subject: [PATCH] Don't bother checking for strstr() as we have no fallback anyway --- configure.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index c00b2bbe..5d164b78 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.171 2012/10/12 11:11:42 fabiankeil Exp $ +dnl $Id: configure.in,v 1.172 2012/10/12 11:12:22 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.171 $) +AC_REVISION($Revision: 1.172 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -770,7 +770,6 @@ AC_CHECK_FUNCS([ \ strlcat \ strlcpy \ strptime \ - strstr \ strtoul \ timegm \ tzset \ -- 2.39.2