You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2016/09/14 18:23:58 UTC

svn commit: r1760740 - /openoffice/branches/AOO413/main/configure.in

Author: jim
Date: Wed Sep 14 18:23:58 2016
New Revision: 1760740

URL: http://svn.apache.org/viewvc?rev=1760740&view=rev
Log:
Close Apache OpenOffice (AOO) Bugzilla Issue 127113

Make 4.1.3 build OSX 10.11 SDK aware.


Modified:
    openoffice/branches/AOO413/main/configure.in

Modified: openoffice/branches/AOO413/main/configure.in
URL: http://svn.apache.org/viewvc/openoffice/branches/AOO413/main/configure.in?rev=1760740&r1=1760739&r2=1760740&view=diff
==============================================================================
--- openoffice/branches/AOO413/main/configure.in (original)
+++ openoffice/branches/AOO413/main/configure.in Wed Sep 14 18:23:58 2016
@@ -3937,7 +3937,7 @@ if test  "$_os" = "Darwin"; then
    else
       MACOSX_DEPLOYMENT_TARGET=$sdk_target
 
-      sdk_found=`xcodebuild -showsdks | egrep "sdk macosx10.(7|8|9|10)" | sed -e "s/.*sdk //" | tail -n1`
+      sdk_found=`xcodebuild -showsdks | egrep "sdk macosx10.(7|8|9|10|11)" | sed -e "s/.*sdk //" | tail -n1`
       if test -z "$sdk_found"; then
          AC_MSG_ERROR([No SDK with OSX $sdk_target compatibility found])
       else