summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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 dbc5a18ee..ace6de4b4 100644
--- a/configure.in
+++ b/configure.in
@@ -713,7 +713,7 @@ AC_ARG_WITH(rsh,
713 [ --with-rsh=PATH Specify path to remote shell program ], 713 [ --with-rsh=PATH Specify path to remote shell program ],
714 [ 714 [
715 if test "x$withval" != "$no" ; then 715 if test "x$withval" != "$no" ; then
716 rsa_path=$withval 716 rsh_path=$withval
717 fi 717 fi
718 ], 718 ],
719 [ 719 [