summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-22 22:31:49 +1100
committerDamien Miller <djm@mindrot.org>1999-11-22 22:31:49 +1100
commitf7c0f82ceed409baabeec7771a3514b33231cc8b (patch)
treef06e0ec55548fde0c5b49a2f2f7422b485215eb2 /configure.in
parent66c14888e3939b8d8cf2847c6f01210dd86d9996 (diff)
- Configure, Make and changelog corrections from Tudor Bosman
<tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a831b9210..709e289b0 100644
--- a/configure.in
+++ b/configure.in
@@ -284,7 +284,7 @@ AC_ARG_WITH(skey,
284) 284)
285 285
286dnl Check whether user wants TCP wrappers support 286dnl Check whether user wants TCP wrappers support
287AC_ARG_WITH(skey, 287AC_ARG_WITH(tcp-wrappers,
288 [ --with-tcp-wrappers Enable tcpwrappers support], 288 [ --with-tcp-wrappers Enable tcpwrappers support],
289 [ 289 [
290 AC_DEFINE(LIBWRAP) 290 AC_DEFINE(LIBWRAP)
@@ -293,7 +293,7 @@ AC_ARG_WITH(skey,
293) 293)
294 294
295dnl Check whether to enable MD5 passwords 295dnl Check whether to enable MD5 passwords
296AC_ARG_WITH(md5passwords, 296AC_ARG_WITH(md5-passwords,
297 [ --with-md5-passwords Enable use of MD5 passwords], 297 [ --with-md5-passwords Enable use of MD5 passwords],
298 [AC_DEFINE(HAVE_MD5_PASSWORDS)] 298 [AC_DEFINE(HAVE_MD5_PASSWORDS)]
299) 299)