[Libreoffice-commits] .: Branch 'feature/coretext' - configure.in

Tor Lillqvist tml at kemper.freedesktop.org
Mon Apr 2 11:26:05 PDT 2012


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da7e47c25767ad86484249385daa58b2726a0895
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Apr 2 20:36:06 2012 +0300

    Fix copy/paste error

diff --git a/configure.in b/configure.in
index b66521c..1636e42 100644
--- a/configure.in
+++ b/configure.in
@@ -2285,7 +2285,7 @@ if test "$_os" = "Darwin" ; then
           MACOSX_SDK_PATH="/Developer-old/SDKs/MacOSX10.5.sdk"
         fi
         if test ! -d "$MACOSX_SDK_PATH"; then
-          MACOSX_SDK_PATH="/Xcode3/SDKs/MacOSX10.4u.sdk"
+          MACOSX_SDK_PATH="/Xcode3/SDKs/MacOSX10.5.sdk"
         fi
         macosx_sdk_value="1050"
         AC_MSG_WARN([Building with a SDK > 10.4 is experimental])


More information about the Libreoffice-commits mailing list