From 9959f4e34227dc40f43326ed1a2240d4932f99d9 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sun, 16 Nov 2008 21:53:59 +0100 Subject: 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. --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3