From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 12 Oct 2012 11:15:17 +0000 (+0000)
Subject: Don't bother checking for strstr() as we have no fallback anyway
X-Git-Tag: v_3_0_20~257
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/@default-cgi@show-status?a=commitdiff_plain;h=588d5d7c613c800728d4a6fd40f886c7f7388bf2;p=privoxy.git

Don't bother checking for strstr() as we have no fallback anyway
---

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 \