summaryrefslogtreecommitdiffstats
path: root/package/gettext
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-07-17 20:01:44 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-07-17 20:01:44 +0000
commit4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch)
tree6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /package/gettext
parentac653c53d6ef59e45f0236a0e05a4225439d281d (diff)
downloadbuildroot-novena-4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee.tar.gz
buildroot-novena-4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee.zip
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'package/gettext')
-rw-r--r--package/gettext/Config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/gettext/Config.in b/package/gettext/Config.in
index 22686a5d9..84784acb3 100644
--- a/package/gettext/Config.in
+++ b/package/gettext/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_GETTEXT
bool "gettext"
- default n
select BR2_PACKAGE_PKGCONFIG
help
The GNU `gettext' utilities are a set of tools that provide a
@@ -11,7 +10,6 @@ config BR2_PACKAGE_GETTEXT
config BR2_PACKAGE_GETTEXT_STATIC
bool "Use libgettext.a instead of libgettext.so.*"
- default n
depends on BR2_PACKAGE_GETTEXT
depends on BR2_arm
help
@@ -24,7 +22,6 @@ config BR2_PACKAGE_GETTEXT_STATIC
config BR2_PACKAGE_LIBINTL
bool "libintl"
- default n
help
Selecting this package installs all of gettext in the staging
directory and the shared library for it's use in the target.