[SCM] The rsync repository. - branch b3.0.x updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sun Mar 20 20:34:37 MDT 2011


The branch, b3.0.x has been updated
       via  bc6363f Enhance the -liconv check for OS X.  Fixes bug 8018.
      from  e71130f Don't send user/group names for ACLs with --numeric-ids. Fixes bug 8020.

;a=shortlog;h=b3.0.x


- Log -----------------------------------------------------------------
commit bc6363f9ab0ece866755eef863bb55f98517f2c8
Author: Wayne Davison <wayned at samba.org>
Date:   Sun Mar 20 19:31:58 2011 -0700

    Enhance the -liconv check for OS X.  Fixes bug 8018.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/configure.ac b/configure.ac
index 19bfa63..e5c4f29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -428,8 +428,10 @@ fi
 
 AC_SEARCH_LIBS(inet_ntop, resolv)
 
-# Solaris and HP-UX weirdness:
-# Search for libiconv_open (not iconv_open) to discover if -liconv is needed!
+# For OS X, Solaris, HP-UX, etc.: figure out if -liconv is needed.  We'll
+# accept either iconv_open or libiconv_open, since some include files map
+# the former to the latter.
+AC_SEARCH_LIBS(iconv_open, iconv)
 AC_SEARCH_LIBS(libiconv_open, iconv)
 
 AC_MSG_CHECKING([for iconv declaration])


-- 
The rsync repository.


More information about the rsync-cvs mailing list