]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix ./configure after strnstr() replacement removal (#1733)
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 12 Mar 2024 19:51:24 +0000 (19:51 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 13 Mar 2024 05:08:18 +0000 (05:08 +0000)
    configure: line 51104: SQUID_CHECK_FUNC_STRNSTR: command not found

The macro call should have been removed in recent commit 9d3433c.

configure.ac

index 6202dfafdf3aa36ecce0d2a70ff8b0725266cc23..76540e168869b4d112d17a763794ef3a38f053c2 100644 (file)
@@ -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"],[