summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-06-04 21:10:02 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-06-04 21:10:02 +0000
commit882845463424b45cba278fc724a84643a6a0191a (patch)
tree3c01601dc493a49cf4ea9dca523d8875fd2d9663
parentf313ed0a96492502a6c00eb542df30166d31e74c (diff)
downloadptxdist-882845463424b45cba278fc724a84643a6a0191a.tar.gz
ptxdist-882845463424b45cba278fc724a84643a6a0191a.tar.xz
* host-gettext.in:
removed options git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8349 33e552b5-05e3-0310-8538-816dae2090ed
-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.