From 4e893ddd8dc45886e8d33e6e2b13bd2aaec6fff8 Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Tue, 12 Mar 2024 19:51:24 +0000 Subject: [PATCH] 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. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) 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"],[ -- 2.47.3