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 --- ChangeLog | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ad64019eb..4b9a58730 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 20000708 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from Aaron Hopkins + - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from + Lutz Jaenicke 20000702 - (djm) Fix brace mismatch from Corinna Vinschen 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