summaryrefslogtreecommitdiffstats
path: root/rules/host-gettext.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-gettext.in')
-rw-r--r--rules/host-gettext.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/rules/host-gettext.in b/rules/host-gettext.in
index ddbd6c196..21b7f70d6 100644
--- a/rules/host-gettext.in
+++ b/rules/host-gettext.in
@@ -1,14 +1,7 @@
-menuconfig HOST_GETTEXT
+config HOST_GETTEXT
bool "gettext (GNU) "
# select HOST_LIBICONV if ARCH_MINGW
help
The gettext program translates a natural language
message into the user's language, by looking up
the translation in a message catalog.
-
-config HOST_GETTEXT_LIBINTL
- bool
- depends on HOST_GETTEXT
- prompt "Install GNU libintl"
- help
- libintl is the GNU internationalization runtime library.