mirror of
https://github.com/transmission/transmission
synced 2025-03-03 10:15:45 +00:00
A couple autoconf fixes for osx.
This commit is contained in:
parent
ceb66c2de7
commit
7428b48010
1 changed files with 2 additions and 2 deletions
|
@ -131,10 +131,10 @@ case $host_os in
|
|||
esac
|
||||
;;
|
||||
|
||||
*Darwin*)
|
||||
*darwin*)
|
||||
darwin="yes"
|
||||
# Make sure the Universal SDK is installed
|
||||
if [ ! -d /Developer/SDKs/MacOSX10.4u.sdk ]; then
|
||||
if test ! -d /Developer/SDKs/MacOSX10.4u.sdk; then
|
||||
cat << EOF
|
||||
You need to install the Universal SDK in order to build Transmission:
|
||||
Get your Xcode CD or package
|
||||
|
|
Loading…
Reference in a new issue