From 715cc824ec2373248ea5b8f148d785abee6dde7b Mon Sep 17 00:00:00 2001 From: rufustfirefly Date: Fri, 23 Feb 2001 16:35:49 +0000 Subject: [PATCH] fixed typos in configure.in, and search for hosts_access in libwrap --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 94e59769..fe98c021 100644 --- a/configure.in +++ b/configure.in @@ -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]) -- 2.39.2