mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
r15869: Fix loop var to search paths for iconv
(This used to be commit 55843863ff1f92be9918c845e208a30660ed2ae5)
This commit is contained in:
parent
548927d79b
commit
70afbd5090
@ -69,7 +69,7 @@ for i in $LOOK_DIRS ; do
|
||||
break
|
||||
fi
|
||||
|
||||
SMB_CHECK_ICONV_DIR($withval, [
|
||||
SMB_CHECK_ICONV_DIR($i, [
|
||||
ICONV_FOUND=yes;
|
||||
ICONV_CPPFLAGS="$CPPFLAGS"
|
||||
ICONV_LIBS="$LIBS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user