From 86acad366ae8a83655cbd99a25b97b8928913a48 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 11 Mar 2012 23:12:41 +0000 Subject: 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 --- chapter05/gettext.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/gettext.xml') 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 @@ Prepare Gettext for compilation: cd gettext-tools -./configure --prefix=/tools --disable-shared +EMACS="no" ./configure --prefix=/tools --disable-shared The meaning of the configure option: -- cgit v1.2.3-54-g00ecf