- (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
   Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
diff --git a/configure.in b/configure.in
index dbc5a18..ace6de4 100644
--- a/configure.in
+++ b/configure.in
@@ -713,7 +713,7 @@
 	[  --with-rsh=PATH         Specify path to remote shell program ],
 	[
 		if test "x$withval" != "$no" ; then
-			rsa_path=$withval
+			rsh_path=$withval
 		fi
 	],
 	[