1
0
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:
Jim McDonough 2006-05-24 17:47:40 +00:00 committed by Gerald (Jerry) Carter
parent 548927d79b
commit 70afbd5090

View File

@ -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"