summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-09 10:48:58 +1100
committerDamien Miller <djm@mindrot.org>1999-12-09 10:48:58 +1100
commitd7f6615e781fcbb1a4873e688bc6143faac54fd5 (patch)
treeefecf8696f25dcfe25bb999675f0f79a11e7c02a /configure.in
parent6646badaa6e40c45efe52d9c2e8285f8c5301f5f (diff)
- Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>V_1_2PRE17
to fix libwrap support on NetBSD
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e0395528..2e7623bb 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,