Bug 2745 - Configuration error with HAVE_REMSH
Summary: Configuration error with HAVE_REMSH
Status: CLOSED FIXED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 2.6.4
Hardware: All FreeBSD
: P3 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-27 03:21 UTC by Thomas Nyström
Modified: 2005-06-03 01:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Nyström 2005-05-27 03:21:45 UTC
During configuration the prescence of 'remsh' is detected. The result is
reflected in the macro HAVE_REMSH (stored in config.h).
The configure script sets that macro to '0' or '1' depending on the prescence or
not of 'remsh'. In main.c the macro is tested by #ifdef and is always true.
Comment 1 Wayne Davison 2005-05-27 09:43:19 UTC
I've checked in a change to configure that only defines HAVE_REMSH if it has a
non-zero value.  Thanks for the report!