A couple autoconf fixes for osx.

This commit is contained in:
Josh Elsasser 2007-07-19 01:30:45 +00:00
parent ceb66c2de7
commit 7428b48010
1 changed files with 2 additions and 2 deletions

View File

@ -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