aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gawk.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gawk.xml')
-rw-r--r--chapter06/gawk.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml
index 04ee8ae5b..f8d63fca2 100644
--- a/chapter06/gawk.xml
+++ b/chapter06/gawk.xml
@@ -42,7 +42,8 @@
<para>Prepare Gawk for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \
+ ac_cv_func_working_mktime=yes</userinput></screen>
<para>Compile the package:</para>