From 0317b30912eb73bc512b137b1581ff520b14c40a Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 15 May 2010 16:42:02 +0200 Subject: samba: only require libiconv if !BR2_ENABLE_LOCALE Signed-off-by: Thomas Petazzoni --- package/samba/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/samba/Config.in') diff --git a/package/samba/Config.in b/package/samba/Config.in index 720ecd795..a7a0b34df 100644 --- a/package/samba/Config.in +++ b/package/samba/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_SAMBA bool "samba" - select BR2_PACKAGE_LIBICONV + select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE help Provides print services to all manner of SMB/CIFS clients, including the numerous versions of Microsoft Windows -- cgit v1.2.3