mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
configure: Kill linker warnings about 32bit libs on 64bit Linux.
(This used to be commit 9a40cbd66f71c49af4c72ed826d66c5f037a3171)
This commit is contained in:
parent
5547e5a416
commit
7c4c5e5f84
@ -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=
|
||||
|
Loading…
x
Reference in New Issue
Block a user