summaryrefslogtreecommitdiff
path: root/package/grep/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-07-23 10:35:53 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-07-23 10:35:53 +0000
commit9a1526d7d9474a5b3a43f0c0e453f431428fafcc (patch)
treef9ec4f754f0525f1c71cb6b4450d6e7e5f68e85d /package/grep/Config.in
parenta649ed0da05c572d1082f91e3abe3ab6fe3a6c09 (diff)
grep: gettext/libintl is only required if locale is enabled
Diffstat (limited to 'package/grep/Config.in')
-rw-r--r--package/grep/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/grep/Config.in b/package/grep/Config.in
index 3d488e326..3795330ce 100644
--- a/package/grep/Config.in
+++ b/package/grep/Config.in
@@ -1,8 +1,8 @@
config BR2_PACKAGE_GREP
bool "grep"
- select BR2_PACKAGE_GETTEXT
- select BR2_PACKAGE_LIBINTL
+ select BR2_PACKAGE_GETTEXT if BR2_ENABLE_LOCALE
+ select BR2_PACKAGE_LIBINTL if BR2_ENABLE_LOCALE
help
The GNU regular expression matcher.
- Needs gettext
+
http://www.gnu.org/software/grep/grep.html