]> git.pld-linux.org Git - packages/squid.git/blob - squid-ac_fix.patch
- fix configure.in to silence autoconf/automake
[packages/squid.git] / squid-ac_fix.patch
1 --- ./configure.in.org  Fri Jul  5 00:58:12 2002
2 +++ ./configure.in      Fri Jul  5 01:01:35 2002
3 @@ -1595,7 +1595,7 @@
4  else
5         AC_MSG_RESULT("no")
6         echo "Will use our own inet_ntoa()."
7 -       LIBOBJS="$LIBOBJS inet_ntoa.o"
8 +       AC_LIBOBJ([inet_ntoa])
9  #      echo "WARNING: This looks bad, and probably prevents Squid from working."
10  #      echo "         If you're on IRIX and using GCC 2.8, you probably need"
11  #      echo "         to use the IRIX C compiler instead."
This page took 0.084383 seconds and 3 git commands to generate.