]> arthur.barton.de Git - netatalk.git/commitdiff
fixed tcp_wrappers compilation (detected wrong in configure.in)
authorrufustfirefly <rufustfirefly>
Tue, 24 Apr 2001 13:35:48 +0000 (13:35 +0000)
committerrufustfirefly <rufustfirefly>
Tue, 24 Apr 2001 13:35:48 +0000 (13:35 +0000)
ChangeLog
configure.in

index 039b04bf23e4020dc92a80869de7dd7268333924..6851fc4d75f41af3a62168831b8103357512ec73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
 
+2001-04-24  jeff b  <jeff@univrel.pr.uconn.edu>  
+
+       * configure.in: fixed problem with tcp_wrappers support; it needed to
+       check for tcpd_warn
+
 2001-04-20  jeff b  <jeff@univrel.pr.uconn.edu>  
 
        * configure.in, etc/afpd/Makefile.am, etc/papd/Makefile.am: added
index eff37a5ce65e2bf432933c32477741ee32d570a1..1cd5c64497c0f7fa530a1c5182a580c5fd0c0403 100644 (file)
@@ -294,7 +294,7 @@ AC_ARG_WITH(flock-locks,
 
 AC_ARG_WITH(tcp-wrappers,
        [  --with-tcp-wrappers     enable TCP wrappers support],
-       AC_CHECK_LIB(wrap, hosts_access,
+       AC_CHECK_LIB(wrap, tcpd_warn,
                AC_DEFINE(TCPWRAP)
                AFPD_LIBS="$AFPD_LIBS -lwrap"
                AC_MSG_RESULT([enabling TCP wrappers support])