Changeset 8821
- Timestamp:
- Jul 17, 2009, 12:38:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r8820 r8821 352 352 *darwin*) 353 353 have_darwin="yes" 354 # Make sure the UniversalSDK is installed355 if test ! -d /Developer/SDKs/MacOSX10. 4u.sdk; then354 # Make sure the proper Mac SDK is installed 355 if test ! -d /Developer/SDKs/MacOSX10.5.sdk; then 356 356 cat << EOF 357 You need to install the UniversalSDK in order to build Transmission:357 You need to install the Mac OS X 10.5 SDK in order to build Transmission: 358 358 Get your Xcode CD or package 359 359 Restart the install 360 360 When it gets to "Installation Type", select "Customize" 361 Select "Mac OS X 10. 4 (Universal)SDK" under "Cross Development"361 Select "Mac OS X 10.5 SDK" under "Cross Development" 362 362 Finish the install. 363 363 EOF … … 426 426 DHT support: ${enable_dht} 427 427 428 Build Mac client: ${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.