From c3504663efad901677155e484f2b00fa0fce7fc8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 24 Jan 2016 16:32:40 +0100 Subject: [PATCH] Set minimal supported OS X version to 10.7 in configure We don't support anything earlier any more, so it's completely wrong to use -mmacosx-version-min=10.5 by default. --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index ff623d0c88..f3ac2e8d51 100755 --- a/configure +++ b/configure @@ -19499,7 +19499,7 @@ $as_echo "$as_me: WARNING: Could not determine deployment target from SDKSetting wxUSE_MACOSX_VERSION_MIN= fi elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then - wxUSE_MACOSX_VERSION_MIN=10.5 + wxUSE_MACOSX_VERSION_MIN=10.7 fi if test "x$MACOSX_SDK_OPTS" != "x"; then diff --git a/configure.in b/configure.in index 2772441e8f..67efe98e1e 100644 --- a/configure.in +++ b/configure.in @@ -1202,7 +1202,7 @@ dnl We need to quote the next line where we don't need macros and do need [] in wxUSE_MACOSX_VERSION_MIN= fi elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then - wxUSE_MACOSX_VERSION_MIN=10.5 + wxUSE_MACOSX_VERSION_MIN=10.7 fi if test "x$MACOSX_SDK_OPTS" != "x"; then