From 4f01af6efd6a483b85638141b7f726835e9835ea Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Mon, 12 May 2008 14:39:03 +0200 Subject: [PATCH] configure: Kill linker warnings about 32bit libs on 64bit Linux. --- source/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/configure.in b/source/configure.in index acf8d96501f4..2cbed12fb912 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= -- 2.34.1