aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-04-13 16:52:20 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-04-13 16:52:20 +0000
commiteaa857990b36d4c58277ad6d2dae5b0da2f3a270 (patch)
tree46a7ed257d669a5f183916e9145489f1adacc2a4 /chapter06
parenta811faa8f5fff91950ab5e77ec1dc9ec2e06da2c (diff)
Remove erroneous --enable threads from M4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8852 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/m4.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/m4.xml b/chapter06/m4.xml
index 924e6c7b3..c22282c1d 100644
--- a/chapter06/m4.xml
+++ b/chapter06/m4.xml
@@ -42,7 +42,7 @@
<para>Prepare M4 for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --enable-threads</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
<para>Compile the package:</para>