summaryrefslogtreecommitdiffstats
path: root/rules/gettext.in
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2013-03-06 11:31:18 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-03-06 12:12:53 +0100
commitdc58f5d2d32abd931271b6f9539ae9f2fed1650e (patch)
treee5f8d3f91c621ebba22455aa2ce4e31733b83135 /rules/gettext.in
parent2468706758ac08324f8ea0bfc0be7532bf59aaa2 (diff)
downloadptxdist-dc58f5d2d32abd931271b6f9539ae9f2fed1650e.tar.gz
ptxdist-dc58f5d2d32abd931271b6f9539ae9f2fed1650e.tar.xz
gettext: remove useless GETTEXT_LIBINTL config
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gettext.in')
-rw-r--r--rules/gettext.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/rules/gettext.in b/rules/gettext.in
index 91f52663a..11c66cb4a 100644
--- a/rules/gettext.in
+++ b/rules/gettext.in
@@ -10,13 +10,3 @@ menuconfig GETTEXT
The gettext program translates a natural language
message into the user's language, by looking up
the translation in a message catalog.
-
-if GETTEXT
-
-config GETTEXT_LIBINTL
- bool
- prompt "install gnu libintl"
- help
- libintl is the GNU internationalization runtime library.
-
-endif