ncurses: Remove explicit --enable-widec in chapter 6 like chapter 8

This commit is contained in:
Xi Ruoyao 2024-05-01 15:49:51 +08:00
parent 5a661c39b0
commit 3abde5946b
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -69,8 +69,7 @@ popd</userinput></screen>
--with-cxx-shared \ --with-cxx-shared \
--without-debug \ --without-debug \
--without-ada \ --without-ada \
--disable-stripping \ --disable-stripping</userinput></screen>
--enable-widec</userinput></screen>
<variablelist> <variablelist>
<title>The meaning of the new configure options:</title> <title>The meaning of the new configure options:</title>
@ -132,9 +131,9 @@ popd</userinput></screen>
Using host tools on cross-compiled programs can cause failure.</para> Using host tools on cross-compiled programs can cause failure.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<!-- this is the default >= 6.5
<varlistentry> <varlistentry>
<term><parameter>--enable-widec</parameter></term> <term><parameter>- -enable-widec</parameter></term>
<listitem> <listitem>
<para>This switch causes wide-character libraries (e.g., <filename <para>This switch causes wide-character libraries (e.g., <filename
class="libraryfile">libncursesw.so.&ncurses-version;</filename>) class="libraryfile">libncursesw.so.&ncurses-version;</filename>)
@ -146,7 +145,7 @@ popd</userinput></screen>
source-compatible, but not binary-compatible.</para> source-compatible, but not binary-compatible.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
-->
</variablelist> </variablelist>
<para>Compile the package:</para> <para>Compile the package:</para>