(trunk) tweak the configure script's "options" display to emphasise that the optional libraries are optional

This commit is contained in:
Charles Kerr 2010-02-15 14:39:04 +00:00
parent 6407e38df7
commit 6897fea531
1 changed files with 16 additions and 13 deletions

View File

@ -500,19 +500,22 @@ echo "
Configuration:
Source code location: ${srcdir}
Compiler: ${CXX}
System or bundled libevent: ${libevent_source}
Source code location: ${srcdir}
Compiler: ${CXX}
System or bundled libevent: ${libevent_source}
Build Command-Line client: ${build_cli}
Build GTK+ client: ${build_gtk}
with dbus support: ${use_dbus_glib}
with gio for optional watchdir support: ${use_gio}
with libnotify for 'download completed' popups: ${use_libnotify}
with libcanberra for 'download completed' sounds: ${use_canberra}
with libgconf to tell GNOME we handle magnet links: ${use_libgconf}
with libappindicator for an Ubuntu-style system tray: ${use_libappindicator}
Build Daemon: ${build_daemon}
Build Mac client: ${build_mac}
Build Command-Line client: ${build_cli}
Build GTK+ client: ${build_gtk}
optional dbus support: ${use_dbus_glib}
optional gio for optional watchdir support: ${use_gio}
optional libnotify for 'download completed' popups: ${use_libnotify}
optional libcanberra for 'download completed' sounds: ${use_canberra}
optional libgconf to tell GNOME we handle magnet links: ${use_libgconf}
optional libappindicator for Ubuntu-style system tray: ${use_libappindicator}
Build Daemon: ${build_daemon}
Build Mac client: ${build_mac}
"