- (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:
parent
ce40c70f17
commit
90dcc0590d
|
@ -1,6 +1,8 @@
|
||||||
20000708
|
20000708
|
||||||
- (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
|
- (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
|
||||||
Aaron Hopkins <aaron@die.net>
|
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
|
20000702
|
||||||
- (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
|
- (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
|
||||||
|
|
|
@ -713,7 +713,7 @@ AC_ARG_WITH(rsh,
|
||||||
[ --with-rsh=PATH Specify path to remote shell program ],
|
[ --with-rsh=PATH Specify path to remote shell program ],
|
||||||
[
|
[
|
||||||
if test "x$withval" != "$no" ; then
|
if test "x$withval" != "$no" ; then
|
||||||
rsa_path=$withval
|
rsh_path=$withval
|
||||||
fi
|
fi
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue