Changeset 8820
- Timestamp:
- Jul 17, 2009, 12:36:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r8817 r8820 375 375 376 376 AC_ARG_ENABLE([mac], 377 [AS_HELP_STRING([--enable-mac],[build OS Xclient])],377 [AS_HELP_STRING([--enable-mac],[build Mac client])], 378 378 [build_mac=${enableval}], 379 379 [build_mac=${have_darwin}]) … … 426 426 DHT support: ${enable_dht} 427 427 428 Build OS Xclient: ${build_mac}428 Build Mac client: ${build_mac} 429 429 Build GTK+ client: ${build_gtk} 430 430 ... with gio support: ${use_gio}
Note: See TracChangeset
for help on using the changeset viewer.