From 90dcc0590d4ea2bfbfb93f83aab51f2ecf2e88f0 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 8 Jul 2000 10:17:40 +1000 Subject: - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from Lutz Jaenicke --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index dbc5a18ee..ace6de4b4 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 ], [ -- cgit v1.2.3