Changed HAVE_ICONV to HAVE_ICONV_OPEN.
[rsync/rsync.git] / main.c
diff --git a/main.c b/main.c
index dfee754..0ba67f8 100644 (file)
--- a/main.c
+++ b/main.c
@@ -792,7 +792,7 @@ void start_server(int f_in, int f_out, int argc, char *argv[])
 
        io_set_sock_fds(f_in, f_out);
        setup_protocol(f_out, f_in);
-#ifdef HAVE_ICONV
+#ifdef HAVE_ICONV_OPEN
        setup_iconv();
 #endif
 
@@ -831,7 +831,7 @@ int client_run(int f_in, int f_out, pid_t pid, int argc, char *argv[])
 
        io_set_sock_fds(f_in, f_out);
        setup_protocol(f_out,f_in);
-#ifdef HAVE_ICONV
+#ifdef HAVE_ICONV_OPEN
        setup_iconv();
 #endif