From 7c4c5e5f844b9c50e8f69c22ad541981fb1b741f Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Mon, 12 May 2008 14:39:03 +0200 Subject: configure: Kill linker warnings about 32bit libs on 64bit Linux. (This used to be commit 9a40cbd66f71c49af4c72ed826d66c5f037a3171) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index bbce8b65e8..a2f725bcb3 100644 --- a/source3/configure.in +++ b/source3/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= -- cgit