]> git.pld-linux.org Git - packages/anubis.git/blame - anubis-nolibnsl.patch
- up for 4.0
[packages/anubis.git] / anubis-nolibnsl.patch
CommitLineData
7d0cbb3f
AM
1diff -urN anubis-4.0.org/configure.ac anubis-4.0/configure.ac
2--- anubis-4.0.org/configure.ac 2004-12-18 12:10:03.000000000 +0100
3+++ anubis-4.0/configure.ac 2005-02-12 20:38:18.000000000 +0100
4@@ -95,7 +95,6 @@
5 ])
6
7 AC_CHECK_LIB(socket, socket)
8-AC_CHECK_LIB(nsl, gethostbyaddr)
9
10 AC_SUBST(INCLUDES)
11 case $build in
12@@ -397,7 +396,6 @@
ae6202c7
JB
13 [with_tcp_wrappers=no])
14 if test "$with_tcp_wrappers" = "yes"; then
7d0cbb3f
AM
15 AC_CHECK_LIB(wrap, main,, with_tcp_wrappers=no)
16- AC_CHECK_LIB(nsl, main,, with_tcp_wrappers=no)
17 AC_CHECK_HEADERS(tcpd.h,, with_tcp_wrappers=no)
ae6202c7 18 fi
7d0cbb3f 19 if test "$with_tcp_wrappers" = "yes"; then
This page took 0.06827 seconds and 4 git commands to generate.