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-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f01af6efd6a483b85638141b7f726835e9835ea;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 acf8d96501f..2cbed12fb91 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=