]> arthur.barton.de Git - netatalk.git/commitdiff
fixed typos in configure.in, and search for hosts_access in libwrap
authorrufustfirefly <rufustfirefly>
Fri, 23 Feb 2001 16:35:49 +0000 (16:35 +0000)
committerrufustfirefly <rufustfirefly>
Fri, 23 Feb 2001 16:35:49 +0000 (16:35 +0000)
configure.in

index 94e5976902216105a0b291fc6d7fc8a2fd7d7f83..fe98c02196fbb43559d7929702afa9f77a607c27 100644 (file)
@@ -149,7 +149,7 @@ AC_ARG_WITH(admin-group,
 AC_ARG_ENABLE(afs,
        [  --enable-afs           enable AFS support],
        if test "$enableval" = "yes"; then
-               AC_DEFINE(USE_AFS, 1);
+               AC_DEFINE(USE_AFS, 1)
                AC_MSG_RESULT([enabling AFS support])
        fi
 )
@@ -286,7 +286,7 @@ AC_ARG_WITH(flock-locks,
 
 AC_ARG_WITH(tcp-wrappers,
        [  --with-tcp-wrappers     enable TCP wrappers support],
-       AC_CHECK_LIB(wrap, main,
+       AC_CHECK_LIB(wrap, hosts_access,
                AC_DEFINE(TCPWRAP)
                LIBS="$LIBS -lwrap"
                AC_MSG_RESULT([enabling TCP wrappers support])