aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash.xml
diff options
context:
space:
mode:
authorZack Winkles <winkie@linuxfromscratch.org>2004-05-06 16:50:03 +0000
committerZack Winkles <winkie@linuxfromscratch.org>2004-05-06 16:50:03 +0000
commit3125dfb87870ddc77229b8e7fa2a1d0bd4d14602 (patch)
tree59cf8f79df0694eeb9f4a666817c392108d946a9 /chapter06/bash.xml
parent32220fbf033da1bb7b0ae5695a378a4f1c7719ba (diff)
Added Readline
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3492 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r--chapter06/bash.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index c1d011a13..36baa30a5 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -30,7 +30,7 @@ patch:</para>
<para>Now prepare Bash for compilation:</para>
<screen><userinput>./configure --prefix=/usr --bindir=/bin \
- --without-bash-malloc</userinput></screen>
+ --without-bash-malloc --with-installed-readline</userinput></screen>
<para>Compile the package:</para>