Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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])
Expand Down
Loading