svn commit: samba r15869 - in branches/SAMBA_4_0/source/lib/charset: .

jmcd at samba.org jmcd at samba.org
Wed May 24 17:47:41 GMT 2006


Author: jmcd
Date: 2006-05-24 17:47:40 +0000 (Wed, 24 May 2006)
New Revision: 15869

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15869

Log:
Fix loop var to search paths for iconv

Modified:
   branches/SAMBA_4_0/source/lib/charset/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/charset/config.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/charset/config.m4	2006-05-24 17:21:37 UTC (rev 15868)
+++ branches/SAMBA_4_0/source/lib/charset/config.m4	2006-05-24 17:47:40 UTC (rev 15869)
@@ -69,7 +69,7 @@
 		break
 	fi
 	
-	SMB_CHECK_ICONV_DIR($withval, [
+	SMB_CHECK_ICONV_DIR($i, [
 		ICONV_FOUND=yes; 
 		ICONV_CPPFLAGS="$CPPFLAGS"
 		ICONV_LIBS="$LIBS"



More information about the samba-cvs mailing list