Changeset 10142 for trunk/configure.ac
- Timestamp:
- Feb 8, 2010, 7:04:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r10141 r10142 501 501 Configuration: 502 502 503 Source code location:${srcdir}504 Compiler:${CXX}505 System or bundled libevent:${libevent_source}506 507 Build Mac client: ${build_mac}508 Build GTK+ client:${build_gtk}509 ... with gio: ${use_gio}510 ... with dbus-glib: ${use_dbus_glib}511 ... with libcanberra: ${use_canberra}512 ... with libappindicator: ${use_libappindicator}513 ... with libgconf:${use_libgconf}514 ... with libnotify: ${use_libnotify}515 Build Command-Line client: ${build_cli}516 Build Daemon: ${build_daemon}503 Source code location: ${srcdir} 504 Compiler: ${CXX} 505 System or bundled libevent: ${libevent_source} 506 507 Build Command-Line client: ${build_cli} 508 Build GTK+ client: ${build_gtk} 509 with dbus support: ${use_dbus_glib} 510 with gio for optional watchdir support: ${use_gio} 511 with libnotify for 'download completed' popups: ${use_libnotify} 512 with libcanberra for 'download completed' sounds: ${use_canberra} 513 with libgconf to tell GNOME we handle magnet links: ${use_libgconf} 514 with libappindicator for an Ubuntu-style system tray: ${use_libappindicator} 515 Build Daemon: ${build_daemon} 516 Build Mac client: ${build_mac} 517 517 518 518 "
Note: See TracChangeset
for help on using the changeset viewer.