From 7428b480105005c567784854246633ce7351d980 Mon Sep 17 00:00:00 2001 From: Josh Elsasser Date: Thu, 19 Jul 2007 01:30:45 +0000 Subject: [PATCH] A couple autoconf fixes for osx. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9d19ad985..5bb9346e0 100644 --- a/configure.ac +++ b/configure.ac @@ -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