From: Alex Rousskov Date: Tue, 12 Mar 2024 19:51:24 +0000 (+0000) Subject: Fix ./configure after strnstr() replacement removal (#1733) X-Git-Tag: SQUID_7_0_1~175 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e893ddd8dc45886e8d33e6e2b13bd2aaec6fff8;p=thirdparty%2Fsquid.git Fix ./configure after strnstr() replacement removal (#1733) configure: line 51104: SQUID_CHECK_FUNC_STRNSTR: command not found The macro call should have been removed in recent commit 9d3433c. --- diff --git a/configure.ac b/configure.ac index 6202dfafdf..76540e1688 100644 --- a/configure.ac +++ b/configure.ac @@ -2363,8 +2363,6 @@ AC_CHECK_TYPE(struct sockaddr_un,AC_DEFINE(HAVE_SOCKADDR_UN,1,[The system provid #endif ]) -SQUID_CHECK_FUNC_STRNSTR - dnl IP-Filter support requires ipf header files. These aren't dnl installed by default, so we need to check for them AS_IF([test "x$enable_ipf_transparent" != "xno"],[