diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-01-10 06:05:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-01-10 06:05:18 +0000 |
commit | b302239b1394118375c8f9ed8a529d0c4d46122b (patch) | |
tree | 03d4aa65435fd66eaa4b3fbd7ac770437bd41629 /package/gettext/Config.in | |
parent | 38e2f495daea532cc90e090157adfe984e6ba275 (diff) | |
download | buildroot-novena-b302239b1394118375c8f9ed8a529d0c4d46122b.tar.gz buildroot-novena-b302239b1394118375c8f9ed8a529d0c4d46122b.zip |
fix gettext so it will actually compile and install
Diffstat (limited to 'package/gettext/Config.in')
-rw-r--r-- | package/gettext/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gettext/Config.in b/package/gettext/Config.in index 9a606a1a2..3c056d647 100644 --- a/package/gettext/Config.in +++ b/package/gettext/Config.in @@ -2,8 +2,8 @@ config BR2_PACKAGE_GETTEXT bool "gettext" default n help - The GNU `gettext' utilities are a set of tools that provide a - framework to help other GNU packages produce multi-lingual + The GNU `gettext' utilities are a set of tools that provide a + framework to help other GNU packages produce multi-lingual messages. http://www.gnu.org/software/gettext/ |