diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
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, | |||
276 | [ --with-tcp-wrappers Enable tcpwrappers support], | 276 | [ --with-tcp-wrappers Enable tcpwrappers support], |
277 | [ | 277 | [ |
278 | AC_DEFINE(LIBWRAP) | 278 | AC_DEFINE(LIBWRAP) |
279 | LIBS="$LIBS -lwrap" | 279 | LIBWRAP="-lwrap" |
280 | ] | 280 | ] |
281 | ) | 281 | ) |
282 | AC_SUBST(LIBWRAP) | ||
282 | 283 | ||
283 | dnl Check whether to enable MD5 passwords | 284 | dnl Check whether to enable MD5 passwords |
284 | AC_ARG_WITH(md5-passwords, | 285 | AC_ARG_WITH(md5-passwords, |