X-Git-Url: http://cgit.sxemacs.org/?p=sxemacs;a=blobdiff_plain;f=m4%2Fsxe-summary.m4;h=2cfe1baeb9c8c6991c9a8744995b0f2a5e6e7df8;hp=fdcdbd7115ae90328aeb6db2c958e29f8661cce4;hb=5627b0461b0094ad971c957ca843ffe00cec09df;hpb=f922deb15970dbe7a23b7d0a4d313a56a6a7005d diff --git a/m4/sxe-summary.m4 b/m4/sxe-summary.m4 index fdcdbd7..2cfe1ba 100644 --- a/m4/sxe-summary.m4 +++ b/m4/sxe-summary.m4 @@ -206,7 +206,18 @@ esac echo " TTY:" -test "$with_ncurses" = yes && echo " Compiling in support for ncurses." +test "$with_ncurses" = yes && echo " Compiling in support for ncurses." +test "$with_curses" = yes && echo " Compiling in support for curses." +test "$with_tinfo" = yes && echo " Compiling in support for tinfo." +test "$with_terminfo" = yes && echo " Compiling in support for terminfo." +test "$with_termlib" = yes && echo " WARNING! Compiling in support for termlib." \ + && echo " Consider installing ncurses." +test "$with_termcap" = yes && echo " WARNING! Compiling in support for termcap." \ + && echo " Consider installing ncurses." \ + && echo " You may need to set TERMCAP or have the file /etc/termcap." +test "$with_builtin_tty" = yes && echo " WARNING! Using (brittle) builtin TTY." \ + && echo " Consider installing ncurses." \ + && echo " You WILL need to set TERMCAP or have the file /etc/termcap." test "$with_gpm" = yes && echo " Compiling in support for GPM (General Purpose Mouse)." echo " @@ -237,7 +248,6 @@ Media:" dnl OG_MULTIARG_SUMMARY([image], [Image Formats], [ ]) OG_MULTIARG_SUMMARY([sound], [Audio Outputs], [ ]) -test "$with_pulseaudio" = yes && echo " PulseAudio has been enabled. Good luck!" OG_MULTIARG_SUMMARY([media], [Media Stream Handlers], [ ]) dnl old stuff ... originally these were elifs