summaryrefslogtreecommitdiffstats
path: root/configure.in
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 /configure.in
parentce40c70f1730c2044f9115db157e0546ff351992 (diff)
- (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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
],
[