1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 09:12:22 -05:00

configure.in cosmetics

This commit is contained in:
Berke Viktor 2012-07-18 15:41:01 +02:00
parent e690b83f4a
commit e0c9af93a6

View File

@ -940,33 +940,33 @@ po/Makefile.in
echo echo
echo HexChat $VERSION echo HexChat $VERSION
echo echo
echo GTK+ Interface ...... : $gtkfe echo GTK+ interface ........ : $gtkfe
echo Text Interface ...... : $textfe echo Text interface ........ : $textfe
echo echo
echo MMX tinting ......... : $mmx echo MMX tinting ........... : $mmx
echo XShm tinting ........ : $shm echo XShm tinting .......... : $shm
if test "$xft" = no; then if test "$xft" = no; then
echo text backend ........ : pango echo Text backend .......... : Pango
else else
echo text backend ........ : xft echo Text backend .......... : Xft
fi fi
echo openssl support ..... : $openssl echo OpenSSL support ....... : $openssl
echo dbus support ........ : $dbus echo D-Bus support ......... : $dbus
echo libnotify support ... : $libnotify echo libnotify support ..... : $libnotify
echo spelling ............ : $spell echo Spelling .............. : $spell
echo plugin interface .... : $plugin echo Plugin interface ...... : $plugin
echo nls/gettext ......... : $USE_NLS echo NLS/gettext ........... : $USE_NLS
echo ipv6 support ........ : $ipv6 echo IPv6 support .......... : $ipv6
echo msproxy ntlm \(ISA\) .. : $have_ntlm echo MS Proxy NTLM \(ISA\) ... : $have_ntlm
echo echo
echo Perl ................ : $perl echo Perl .................. : $perl
echo Python .............. : $python echo Python ................ : $python
echo Tcl ................. : $tcl echo Tcl ................... : $tcl
echo echo
echo Checksum ............ : $checksum echo Checksum .............. : $checksum
echo Do At ............... : $doat echo Do At ................. : $doat
echo FiSHLiM ............. : $fishlim echo FiSHLiM ............... : $fishlim
echo SASL ................ : $sasl echo SASL .................. : $sasl
echo echo
echo The binary will be installed in $prefix/bin echo The binary will be installed in $prefix/bin
echo echo