diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-11 23:12:41 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-11 23:12:41 +0000 |
commit | 86acad366ae8a83655cbd99a25b97b8928913a48 (patch) | |
tree | 1927480c4244b72cbe3ccf69585b6d7a808e21d4 /chapter05/gettext.xml | |
parent | aa2d8f05e28053644f3d65a1fac37a4fa049709c (diff) |
Prevent Gettext's configure script from hanging on certain hosts.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gettext.xml')
-rw-r--r-- | chapter05/gettext.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 5a5d89cf3..378c1445a 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -49,7 +49,7 @@ <para>Prepare Gettext for compilation:</para> <screen><userinput remap="configure">cd gettext-tools -./configure --prefix=/tools --disable-shared</userinput></screen> +EMACS="no" ./configure --prefix=/tools --disable-shared</userinput></screen> <variablelist> <title>The meaning of the configure option:</title> |