From d7f6615e781fcbb1a4873e688bc6143faac54fd5 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 9 Dec 1999 10:48:58 +1100 Subject: - Applied patch from David Rankin to fix libwrap support on NetBSD --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index e0395528d..2e7623bb4 100644 --- a/configure.in +++ b/configure.in @@ -276,9 +276,10 @@ AC_ARG_WITH(tcp-wrappers, [ --with-tcp-wrappers Enable tcpwrappers support], [ AC_DEFINE(LIBWRAP) - LIBS="$LIBS -lwrap" + LIBWRAP="-lwrap" ] ) +AC_SUBST(LIBWRAP) dnl Check whether to enable MD5 passwords AC_ARG_WITH(md5-passwords, -- cgit v1.2.3