From 6897fea531fd91ae1f8f81879436dce8308c1949 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 15 Feb 2010 14:39:04 +0000 Subject: [PATCH] (trunk) tweak the configure script's "options" display to emphasise that the optional libraries are optional --- configure.ac | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/configure.ac b/configure.ac index d4d8285f8..bb46b639f 100644 --- a/configure.ac +++ b/configure.ac @@ -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} "