aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter05/bash-inst.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index a2e25c277..cd59af4d9 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -71,6 +71,9 @@
</itemizedlist>
</para></listitem>
+<listitem><para>May 11th, 2003 [gerard]: Chapter 05 - Bash: Removed the
+--without-bash-malloc configure option.</para></listitem>
+
<listitem><para>May 11th, 2003 [gerard]: Updated to
gcc-3.2.3-specs-4.patch</para></listitem>
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