Mailing List Archive

[PATCH] Fixing a couple of glitches in configure.in (1.2.pre14.)
Hi,
After fixing the --with-tcp-wrappers problem I decided to look closer at
configure.in and found that --with-md5-passwords didn't work either. This
patch fixes both problems (remember to run autoconf.)

diff -ur openssh-1.2pre14.orig/configure.in openssh-1.2pre14/configure.in
--- openssh-1.2pre14.orig/configure.in Mon Nov 22 06:11:05 1999
+++ openssh-1.2pre14/configure.in Mon Nov 22 20:21:53 1999
@@ -284,7 +284,7 @@
)

dnl Check whether user wants TCP wrappers support
-AC_ARG_WITH(skey,
+AC_ARG_WITH(tcp-wrappers,
[ --with-tcp-wrappers Enable tcpwrappers support],
[.
AC_DEFINE(LIBWRAP)
@@ -293,7 +293,7 @@
)

dnl Check whether to enable MD5 passwords
-AC_ARG_WITH(md5passwords,
+AC_ARG_WITH(md5-passwords,
[ --with-md5-passwords Enable use of MD5 passwords],
[AC_DEFINE(HAVE_MD5_PASSWORDS)]
)

--
Niels Kristian Bech Jensen -- nkbj@image.dk -- http://www.image.dk/~nkbj/

----------->> Stop software piracy --- use free software! <<-----------