Browse Source

Removed gettext reference

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@649 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 years ago
parent
commit
48812b722e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      chapter05/bzip2-exp.xml

+ 2 - 2
chapter05/bzip2-exp.xml

@@ -25,8 +25,8 @@ and tell make with the -f parameter to read that alternate file.
 <para>
 <userinput>LDFLAGS=-static:</userinput> This is the second way we use to
 link a package statically. This is also the most common way. 
-The -all-static value is only used with the binutils and the gettext 
-packages and won't be used throughout the rest of this book.
+The -all-static value is only used with the binutils package and won't 
+be used throughout the rest of this book.
 </para>
 
 </sect2>