summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-09-12 12:29:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-09-12 14:32:01 +0200
commit7fa4845a6f30fb1f49d00c62f97be425b06e48f4 (patch)
tree7ec94ae3ca9c04162bfba8c2e70757434b500a9d /configure.ac
parent9bc7194ebb20969b0097a242eedeae64c6d6e2d2 (diff)
No more use of MACOSX_SDK_VERSION outside configure.ac
...after <https://gerrit.libreoffice.org/60376> "Remove Library_avmediaQuickTime, which is dead" and <https://gerrit.libreoffice.org/60377> "Remove MACOSX_SDK_VERSION < 101200 code, which is dead". (This commit can be reverted if MACOSX_SDK_VERSION ever needs to be used again in makefiles or source code.) Change-Id: Iaff300d325e357f96c329cc84b3b37d91863d4b0 Reviewed-on: https://gerrit.libreoffice.org/60378 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 489ec023a120..c4130db293f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2920,7 +2920,6 @@ if test $_os = Darwin -o $_os = iOS; then
AC_MSG_RESULT([$MACOSX_BUNDLE_IDENTIFIER])
fi
AC_SUBST(MACOSX_SDK_PATH)
-AC_SUBST(MACOSX_SDK_VERSION)
AC_SUBST(MACOSX_DEPLOYMENT_TARGET)
AC_SUBST(MAC_OS_X_VERSION_MIN_REQUIRED)
AC_SUBST(MAC_OS_X_VERSION_MIN_REQUIRED_DOTS)