From 43d1da31f01ce89b74c2409122effa4482b15ceb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Sun, 2 May 2004 10:20:11 +0000 Subject: [PATCH] - outdated Changed files: rsync-acfix.patch -> 1.2 --- rsync-acfix.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 rsync-acfix.patch diff --git a/rsync-acfix.patch b/rsync-acfix.patch deleted file mode 100644 index d6834b3..0000000 --- a/rsync-acfix.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- rsync-2.5.7/configure.in.orig Thu Dec 4 05:23:29 2003 -+++ rsync-2.5.7/configure.in Thu Dec 4 10:42:07 2003 -@@ -333,8 +333,8 @@ - - dnl AC_MSG_NOTICE([Looking in libraries: $LIBS]) - --AC_CHECK_FUNCS(inet_ntop, , AC_LIBOBJ(lib/inet_ntop)) --AC_CHECK_FUNCS(inet_pton, , AC_LIBOBJ(lib/inet_pton)) -+AC_CHECK_FUNCS(inet_ntop, , [AC_LIBOBJ(lib/inet_ntop)]) -+AC_CHECK_FUNCS(inet_pton, , [AC_LIBOBJ(lib/inet_pton)]) - - # Irix 6.5 has getaddrinfo but not the corresponding defines, so use - # builtin getaddrinfo if one of the defines don't exist -@@ -363,7 +363,7 @@ - [Define if you have the `getaddrinfo' function.])], - [AC_MSG_RESULT([no]) - AC_LIBOBJ(lib/getaddrinfo)])]) -- AC_CHECK_FUNCS(getnameinfo, , AC_LIBOBJ(lib/getnameinfo)) -+ AC_CHECK_FUNCS(getnameinfo, , [AC_LIBOBJ(lib/getnameinfo)]) - else - AC_LIBOBJ(lib/getaddrinfo) - AC_LIBOBJ(lib/getnameinfo) -- 2.44.0