aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2008-10-21 20:32:15 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2008-10-21 20:32:15 +0000
commitb772130d04f4dfd2933cfa30ff4bea3ea18dce35 (patch)
tree40a021f6bdbcef73347d820f0c5c8b424fe47e85 /chapter06/bash.xml
parent46fbbc269c35aee5501acd7c58c4e4932b4ec013 (diff)
Added ac_cv_func_working_mktime=yes to the configure commands in gawk and bash
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8690 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r--chapter06/bash.xml2
1 files changed, 1 insertions, 1 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>