Changeset 2418
- Timestamp:
- Jul 19, 2007, 1:30:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r2417 r2418 132 132 ;; 133 133 134 * Darwin*)134 *darwin*) 135 135 darwin="yes" 136 136 # Make sure the Universal SDK is installed 137 if [ ! -d /Developer/SDKs/MacOSX10.4u.sdk ]; then137 if test ! -d /Developer/SDKs/MacOSX10.4u.sdk; then 138 138 cat << EOF 139 139 You need to install the Universal SDK in order to build Transmission:
Note: See TracChangeset
for help on using the changeset viewer.