[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2359-gf07069c

Kai Blin kai at samba.org
Sun May 18 00:31:33 GMT 2008


The branch, v3-2-test has been updated
       via  f07069cf424200470b41a3fe67a4dd1297b955fe (commit)
      from  4b484426f52d5ed37af117f5ade63816f1c9b0ea (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit f07069cf424200470b41a3fe67a4dd1297b955fe
Author: Kai Blin <kai at samba.org>
Date:   Sun May 18 02:26:32 2008 +0200

    configure: Fix comment to match the current iconv check.

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

Summary of changes:
 source/configure.in |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index 46148e4..f941f58 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -2188,7 +2188,11 @@ for i in $ICONV_LOOK_DIRS ; do
     # in both libiconv and in libc. In this case the jm_ICONV test will always
     # succeed when the header is found. To counter this, make sure the
     # library directory is there and check the ABI directory first (which
-    # should be harmless on other systems.
+    # should be harmless on other systems, but causes tons of linker warnings on
+    # 64bit Ubuntu systems).
+    # As the build farm doesn't seem to have any IRIX machines with iconv.h
+    # installed, I've decided to fix the linker warnings.
+    # -- Kai
     # For IA64 HPUX systems, the libs are located in lib/hpux32 instead of lib.
     for l in "lib" "lib32" "lib/hpux32"; do
         if test -d "$i/$l" ; then


-- 
Samba Shared Repository


More information about the samba-cvs mailing list