diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-03-12 19:38:27 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-03-12 19:38:27 +0000 |
commit | 46cfff86ec09b97c3a41a89fba84cd7dfb3ea0ca (patch) | |
tree | d36575a1fd78dd19d02264b6fedd64805bbb81f0 /chapter05 | |
parent | 32f1773083f4abda2248ea1ea54bbabff1e3c9af (diff) |
Typo fix - --disable-csharp should be --without-csharp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4736 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 74f09bea5..26b6b42d2 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -44,7 +44,7 @@ exclude it to save time and space.</para></listitem> </varlistentry> <varlistentry> -<term><parameter>--disable-csharp</parameter></term> +<term><parameter>--without-csharp</parameter></term> <listitem><para>This tells Gettext not to use a C# compiler, even if a C# compiler is installed on the host. This needs to be done because once we enter the chroot environment, C# will no longer be |