diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-04-13 16:52:20 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-04-13 16:52:20 +0000 |
commit | eaa857990b36d4c58277ad6d2dae5b0da2f3a270 (patch) | |
tree | 46a7ed257d669a5f183916e9145489f1adacc2a4 /chapter06 | |
parent | a811faa8f5fff91950ab5e77ec1dc9ec2e06da2c (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.xml | 2 |
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> |