diff options
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index fd0285a69..d83498b98 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -157,12 +157,8 @@ esac</userinput></screen> </blockquote> <para>The missing or incompatible <command>msgfmt</command> program is - generally harmless, but it can sometimes cause issues when running the - test suite. This <command>msgfmt</command> program is part of the - Gettext package which the host distribution should provide. If - <command>msgfmt</command> is present but deemed incompatible, upgrade - the host system's Gettext package or continue without it and see if - the test suite runs without problems regardless.</para> + generally harmless. This <command>msgfmt</command> program is part of the + Gettext package which the host distribution should provide.</para> <para>Compile the package:</para> |