Changeset 10386 for trunk/configure.ac
- Timestamp:
- Mar 15, 2010, 3:30:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r10364 r10386 502 502 Configuration: 503 503 504 Source code location: ${srcdir} 505 Compiler: ${CXX} 506 System or bundled libevent: ${libevent_source} 507 508 Build Command-Line client: ${build_cli} 509 510 Build GTK+ client: ${build_gtk} 511 optional dbus support: ${use_dbus_glib} 512 optional gio for optional watchdir support: ${use_gio} 513 optional libnotify for 'download completed' popups: ${use_libnotify} 514 optional libcanberra for 'download completed' sounds: ${use_canberra} 515 optional libgconf to tell GNOME we handle magnet links: ${use_libgconf} 516 optional libappindicator for Ubuntu-style system tray: ${use_libappindicator} 517 518 Build Daemon: ${build_daemon} 519 520 Build Mac client: ${build_mac} 504 Source code location: ${srcdir} 505 Compiler: ${CXX} 506 System or bundled libevent: ${libevent_source} 507 508 Build Command-Line client: ${build_cli} 509 510 Build GTK+ client: ${build_gtk} 511 512 dbus support: ${use_dbus_glib} 513 gio for watchdir support: ${use_gio} 514 libnotify for 'download completed' popups: ${use_libnotify} 515 libcanberra for 'download completed' sounds: ${use_canberra} 516 libgconf to tell GNOME we handle magnet links: ${use_libgconf} 517 libappindicator for Ubuntu-style system tray: ${use_libappindicator} 518 519 THESE ARE ALL OPTIONAL. If you're a packager 520 or user who doesn't want these dependencies, 521 use the ones you want and skip all the rest. 522 523 Build Daemon: ${build_daemon} 524 525 Build Mac client: ${build_mac} 521 526 522 527 "
Note: See TracChangeset
for help on using the changeset viewer.