File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ CClink = $(CC)
340340# When both GTK+ 2 and GTK+ 3 are possible then GTK+ 2 will be selected.
341341# To use GTK+ 3 instead use --enable-gui=gtk3 (see below).
342342# CONF_OPT_GUI = --disable-gtk2-check
343- # CONF_OPT_GUI = --enable-gnome2 -check
343+ # CONF_OPT_GUI = --enable-gnome -check
344344# CONF_OPT_GUI = --disable-gtk3-check
345345# CONF_OPT_GUI = --disable-motif-check
346346# CONF_OPT_GUI = --disable-athena-check
@@ -483,9 +483,12 @@ CClink = $(CC)
483483# CONF_OPT_CHANNEL = --disable-channel
484484
485485# TERMINAL - Terminal emulator support, :terminal command. Requires the
486- # channel feature.
487- # Uncomment this when you want terminal emulator support.
486+ # channel feature. The default is enable for when using "huge" features.
487+ # Uncomment the first line when you want terminal emulator support for
488+ # not-huge builds. Uncomment the second line when you don't want terminal
489+ # emulator support in the huge build.
488490# CONF_OPT_TERMINAL = --enable-terminal
491+ # CONF_OPT_TERMINAL = --disable-terminal
489492
490493# MULTIBYTE - To edit multi-byte characters.
491494# Uncomment this when you want to edit a multibyte language.
Original file line number Diff line number Diff line change 74757475$as_echo_n " checking --enable-terminal argument... " >&6 ; }
74767476# Check whether --enable-terminal was given.
74777477if test " ${enable_terminal+set} " = set ; then :
7478- enableval=$enable_terminal ; enable_terminal= " yes "
7478+ enableval=$enable_terminal ;
74797479else
74807480 enable_terminal=" auto"
74817481fi
Original file line number Diff line number Diff line change 20352035AC_MSG_CHECKING ( -- enable-terminal argument )
20362036AC_ARG_ENABLE ( terminal ,
20372037 [ --enable-terminal Enable terminal emulation support.] ,
2038- [ enable_terminal="yes" ] , [ enable_terminal="auto"] )
2038+ , [ enable_terminal="auto"] )
20392039if test "$enable_terminal" = "yes" || test "$enable_terminal" = "auto" -a "x$features" = "xhuge" ; then
20402040 if test "x$features" = "xtiny" -o "x$features" = "xsmall"; then
20412041 AC_MSG_RESULT ( [ cannot use terminal emulator with tiny or small features] )
Original file line number Diff line number Diff line change @@ -761,6 +761,8 @@ static char *(features[]) =
761761
762762static int included_patches [] =
763763{ /* Add new patch number below this line */
764+ /**/
765+ 1235 ,
764766/**/
765767 1234 ,
766768/**/
You can’t perform that action at this time.
0 commit comments