aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bash.xml2
-rw-r--r--chapter06/gawk.xml3
2 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 668071223..59ede3798 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -55,7 +55,7 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
<para>Prepare Bash for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin \
- --without-bash-malloc --with-installed-readline</userinput></screen>
+ --without-bash-malloc --with-installed-readline ac_cv_func_working_mktime=yes</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
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>