]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove SCO OpenServer workaround (#2402) auto master
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Thu, 9 Apr 2026 22:18:34 +0000 (22:18 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 10 Apr 2026 05:13:34 +0000 (05:13 +0000)
SCO OpenServer was EOL'd in 2023.
Users wishing to build for this OS can use build time options:
 ./configure CFLAGS="-lintl"

configure.ac

index 605cea996f92e25f1fa65e3ac1ac5f09051d34f8..90c036e0df851d03e376d546652473813da80a34 100644 (file)
@@ -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"],
 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 <rside@aiinc.bc.ca>
-    # 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])
   [i386-*-solaris2.*],[
     AS_IF([test "x$GCC" = "xyes"],[
       AC_MSG_NOTICE([Removing -O for gcc on $host])