Re: [PATCH] build fix without iconv support

2008-02-20 Thread Matt McCutchen
Wayne already made this change to the development rsync in commit 15dbffc2. Matt On Wed, 2008-02-20 at 15:20 +0200, Antti Tapaninen wrote: > diff --git a/clientserver.c b/clientserver.c > index 2d7c28f..694a72d 100644 > --- a/clientserver.c > +++ b/clientserver.c > @@ -806,6 +806,7 @@ static int

[PATCH] build fix without iconv support

2008-02-20 Thread Antti Tapaninen
diff --git a/clientserver.c b/clientserver.c index 2d7c28f..694a72d 100644 --- a/clientserver.c +++ b/clientserver.c @@ -806,6 +806,7 @@ static int rsync_module(int f_in, int f_out, int i, char *addr, char *host) exit_cleanup(RERR_UNSUPPORTED); } +#ifdef ICONV_OPTION