[Libreoffice-commits] .: configure.in
Tor Lillqvist
tml at kemper.freedesktop.org
Fri Aug 10 01:36:54 PDT 2012
configure.in | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
New commits:
commit 7bf5fbdc2b4d4bc332ea5b4028431c191dd88984
Author: Tor Lillqvist <tml at iki.fi>
Date: Fri Aug 10 11:34:06 2012 +0300
Look for the 10.6 SDK in the same places as the 10.[78] ones
Change-Id: Ia04610dfa5c3aece88888a4337619f833a73480e
diff --git a/configure.in b/configure.in
index 65ddb95..7860aa2 100644
--- a/configure.in
+++ b/configure.in
@@ -2548,12 +2548,7 @@ if test "$_os" = "Darwin"; then
MACOSX_SDK_PATH=/Xcode3/SDKs/MacOSX10.4u.sdk
fi
;;
- 10.6)
- if test -d /Developer/SDKs/MacOSX10.6.sdk; then
- MACOSX_SDK_PATH=/Developer/SDKs/MacOSX10.6.sdk
- fi
- ;;
- 10.7|10.8)
+ 10.6|10.7|10.8)
if test -d /Developer/SDKs/MacOSX$with_macosx_sdk.sdk; then
MACOSX_SDK_PATH=/Developer/SDKs/MacOSX$with_macosx_sdk.sdk
elif test -x /usr/bin/xcode-select; then
More information about the Libreoffice-commits
mailing list