diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-27 23:19:56 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-27 23:19:56 +0000 |
commit | 490d3e8bf0849cfe648aee38123fc5924df2cf51 (patch) | |
tree | c20b1e551e1db90c08b608678e3b7e91227fc9a4 /chapter06/m4.xml | |
parent | bdd7f2703c38ee8cff43504c6d3d484148a833bf (diff) |
Update to m4 1.4.12
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/m4.xml')
-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 c22282c1d..924e6c7b3 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</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --enable-threads</userinput></screen> <para>Compile the package:</para> |