From: Kai Blin Date: Mon, 12 May 2008 12:39:03 +0000 (+0200) Subject: configure: Kill linker warnings about 32bit libs on 64bit Linux. X-Git-Tag: samba-3.3.0pre1~1247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a40cbd66f71c49af4c72ed826d66c5f037a3171;p=thirdparty%2Fsamba.git configure: Kill linker warnings about 32bit libs on 64bit Linux. --- diff --git a/source/configure.in b/source/configure.in index bbce8b65e87..a2f725bcb38 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=