From dc001f63855ff20d761b64139316243809f9e1e2 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Thu, 9 Apr 2026 22:18:34 +0000 Subject: [PATCH] Remove SCO OpenServer workaround (#2402) SCO OpenServer was EOL'd in 2023. Users wishing to build for this OS can use build time options: ./configure CFLAGS="-lintl" --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure.ac b/configure.ac index 605cea996f..90c036e0df 100644 --- a/configure.ac +++ b/configure.ac @@ -2060,13 +2060,6 @@ SQUID_CHECK_SIN_LEN_IN_SOCKADDR_IN dnl System-specific library modifications AH_TEMPLATE(GETTIMEOFDAY_NO_TZP,[Whether gettimeofday takes only one argument]) AS_CASE(["$host"], - [*-pc-sco3.2*],[ - # -lintl is needed on SCO version 3.2v4.2 for strftime() - # Robert Side - # Mon, 18 Jan 1999 17:48:00 GMT - AC_CHECK_LIB(intl, strftime) - ], - [i386-*-solaris2.*],[ AS_IF([test "x$GCC" = "xyes"],[ AC_MSG_NOTICE([Removing -O for gcc on $host]) -- 2.47.3