diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-28 20:03:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-28 20:03:53 +0000 |
commit | 0cba668c112df85c88978dac3e56eb4912d0e0ae (patch) | |
tree | ebc4851badac13a3985c8aa89aca7288d928754b /chapter06/gawk.xml | |
parent | 7514f44283d322249e84574b2bdcad6335c64db0 (diff) |
Upgrade to Gawk-3.1.7. Fixes #2457.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9004 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gawk.xml')
-rw-r--r-- | chapter06/gawk.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index f8d63fca2..04ee8ae5b 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -42,8 +42,7 @@ <para>Prepare Gawk for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \ - ac_cv_func_working_mktime=yes</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen> <para>Compile the package:</para> |