diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-02-27 23:01:27 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-02-27 23:01:27 +0000 |
commit | 0846a798f7db4e9712ed769545acb890a282b57c (patch) | |
tree | f4fd4cb0f2cc92a1c6ced3a953e324ab39754d1c /chapter05 | |
parent | d6d042a9e922d4ffb05f4063ccce56a33ddc82b7 (diff) |
* Replace --disable-csharp with --without-csharp to fix bug 1033
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4703 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-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 ceca963c1..74f09bea5 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -30,7 +30,7 @@ <para>Prepare Gettext for compilation:</para> <screen><userinput>./configure --prefix=/tools --disable-libasprintf \ - --disable-csharp</userinput></screen> + --without-csharp</userinput></screen> <para>The meaning of the configure options:</para> |