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)
committerKai Blin <kai@samba.org>
Wed, 14 May 2008 13:17:43 +0000 (15:17 +0200)
source/configure.in

index acf8d96501f43b8c88af370dec5645ef76efd040..2cbed12fb912408716a382a985dad7a2ef5a73c4 100644 (file)
@@ -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=