configure: Kill linker warnings about 32bit libs on 64bit Linux.
authorKai Blin <kai@samba.org>
Mon, 12 May 2008 12:39:03 +0000 (14:39 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 21 May 2009 00:05:31 +0000 (02:05 +0200)
(cherry picked from commit 4f01af6efd6a483b85638141b7f726835e9835ea)

source/configure.in

index 95f8d2343fd857e4b5ca6544fedb9ab764b9e9e7..7afa53c2dcf85acba59ffa96feeefda43f1875bb 100644 (file)
@@ -2440,7 +2440,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=