- (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from

Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
This commit is contained in:
Damien Miller 2000-07-08 10:17:40 +10:00
parent ce40c70f17
commit 90dcc0590d
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
20000708
- (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
Aaron Hopkins <aaron@die.net>
- (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
20000702
- (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>

View File

@ -713,7 +713,7 @@ AC_ARG_WITH(rsh,
[ --with-rsh=PATH Specify path to remote shell program ],
[
if test "x$withval" != "$no" ; then
rsa_path=$withval
rsh_path=$withval
fi
],
[