diff options
author | Julien Cristau <jcristau@debian.org> | 2008-11-16 21:53:59 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-11-16 21:53:59 +0100 |
commit | 9959f4e34227dc40f43326ed1a2240d4932f99d9 (patch) | |
tree | b4aa5c00d7d689ce622cca90847872a9d64a55ac | |
parent | 7dee380747bbd0a07c64d8cdb2a229485403847a (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.ac | 1 |
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 |