diff --git a/configure b/configure index 501e726ab3..6ad269e234 100755 --- a/configure +++ b/configure @@ -18699,7 +18699,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.9 + wxUSE_MACOSX_VERSION_MIN=10.10 fi if test "x$MACOSX_SDK_OPTS" != "x"; then diff --git a/configure.in b/configure.in index 196b3b61d9..a50f88dd9f 100644 --- a/configure.in +++ b/configure.in @@ -1304,7 +1304,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.9 + wxUSE_MACOSX_VERSION_MIN=10.10 fi if test "x$MACOSX_SDK_OPTS" != "x"; then