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