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

Kai Blin kai at samba.org
Wed May 14 13:24:03 GMT 2008


The branch, v3-3-test has been updated
       via  9a40cbd66f71c49af4c72ed826d66c5f037a3171 (commit)
      from  12e47be02f93e2f41af5772f6a83568b3574d032 (commit)

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


- Log -----------------------------------------------------------------
commit 9a40cbd66f71c49af4c72ed826d66c5f037a3171
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 bbce8b6..a2f725b 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -2253,7 +2253,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