From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Thu, 9 Apr 2026 22:18:34 +0000 (+0000) Subject: Remove SCO OpenServer workaround (#2402) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;p=thirdparty%2Fsquid.git 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" --- 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])