aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-12 00:58:19 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-12 00:58:19 +0000
commitf8213322462968ffb6c6b7bc117e5945484cab46 (patch)
treea812bf816cd5aa6d0caf1bab15dd0a66f83f2349 /chapter05
parent06ffbeeed9ed929570d99681b78907181c877942 (diff)
Removed chapter 5-bash's --without-bash-malloc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/bash-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index cc09f03f9..5fcecfcfe 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -10,7 +10,7 @@ patch:</para>
<para><screen><userinput>patch -Np1 -i ../bash-&bash-patch-version;.patch</userinput></screen></para>
<para><screen><userinput>./configure --prefix=/stage1 \
-&nbsp;&nbsp;&nbsp;&nbsp;--with-curses --without-bash-malloc
+&nbsp;&nbsp;&nbsp;&nbsp;--with-curses
make
make tests
make install