summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-08 10:17:40 +1000
committerDamien Miller <djm@mindrot.org>2000-07-08 10:17:40 +1000
commit90dcc0590d4ea2bfbfb93f83aab51f2ecf2e88f0 (patch)
treedb24860a3d0f893824b6f018ee1bf28409183e51
parentce40c70f1730c2044f9115db157e0546ff351992 (diff)
downloadopenssh-git-90dcc0590d4ea2bfbfb93f83aab51f2ecf2e88f0.tar.gz
- (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ad64019e..4b9a5873 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
diff --git a/configure.in b/configure.in
index dbc5a18e..ace6de4b 100644
--- a/configure.in
+++ b/configure.in
@@ -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
],
[