diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-04 23:34:41 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-04 23:34:41 +0000 |
commit | f5bc7cf0e392c01e887cb7169b3f6ee6b025ba75 (patch) | |
tree | 38c500c1f538a74321f8274793289fc437466f8f /chapter06 | |
parent | c65d1321367ac8dc51bbdf9fb273f32eddfc69c9 (diff) |
Removed the explanatory text regarding the readline patch, which is no longer present
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3990 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/readline.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 166ac2394..4750d3bc7 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -28,10 +28,6 @@ GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem> <sect2 role="installation"> <title>Installation of Readline</title> -<para>Readline has a number of bugs in it that cause it to not behave the -way it is expected at times. Fix this behavior with the following -patch:</para> - <para>Prepare Readline for compilation:</para> <screen><userinput>./configure --prefix=/usr</userinput></screen> |