summaryrefslogtreecommitdiffstats
path: root/rules/gettext.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/gettext.in')
-rw-r--r--rules/gettext.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/rules/gettext.in b/rules/gettext.in
index c934159f0..0d4928b76 100644
--- a/rules/gettext.in
+++ b/rules/gettext.in
@@ -1,13 +1,9 @@
-menu "gettext "
-
-config GETTEXT
- bool
+menuconfig GETTEXT
+ bool "gettext (GNU)"
depends on GCC_SHARED
- prompt "Compile GNU gettext"
config GETTEXT_LIBINTL
bool
depends on GETTEXT
prompt "Install GNU libintl"
-endmenu