summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-11-16 21:53:59 +0100
committerJulien Cristau <jcristau@debian.org>2008-11-16 21:53:59 +0100
commit9959f4e34227dc40f43326ed1a2240d4932f99d9 (patch)
treeb4aa5c00d7d689ce622cca90847872a9d64a55ac
parent7dee380747bbd0a07c64d8cdb2a229485403847a (diff)
Don't override the RSH variable before checking if it's set
This allows setting RSH on the configure command line or environment, and lifts the build dependency on an rsh client.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0b15075..46f7aaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,6 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_INSTALL
-RSH=
if [[ -z $RSH ]] ; then
AC_PATH_PROG(RSH,rsh)
fi