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

Kai Blin kai at samba.org
Wed May 14 13:23:01 GMT 2008


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

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


- Log -----------------------------------------------------------------
commit 4f01af6efd6a483b85638141b7f726835e9835ea
Author: Kai Blin <kai at samba.org>
Date:   Mon May 12 14:39:03 2008 +0200

    configure: Kill linker warnings about 32bit libs on 64bit Linux.

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

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


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index acf8d96..2cbed12 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -2252,7 +2252,7 @@ for i in $ICONV_LOOK_DIRS ; do
     # library directory is there and check the ABI directory first (which
     # should be harmless on other systems.
     # For IA64 HPUX systems, the libs are located in lib/hpux32 instead of lib.
-    for l in "lib32" "lib" "lib/hpux32"; do
+    for l in "lib" "lib32" "lib/hpux32"; do
         if test -d "$i/$l" ; then
                 LDFLAGS="$save_LDFLAGS -L$i/$l"
 		LIBS=


-- 
Samba Shared Repository


More information about the samba-cvs mailing list