configure: raise the default minimum version for macos to 10.8

follow-up to 4f8d0b6f02. Since the darwinssl code breaks
otherwise. If you build without darwinssl 10.5 works fine.
This commit is contained in:
Daniel Stenberg 2016-10-31 10:19:22 +01:00
parent 06bc2100d2
commit d14538d250
1 changed files with 1 additions and 1 deletions

View File

@ -3224,7 +3224,7 @@ AC_DEFUN([CURL_MAC_CFLAGS], [
AC_MSG_CHECKING([for *version-min in CFLAGS])
min=""
if test -z "$(echo $CFLAGS | grep m.*os.*-version-min)"; then
min="-mmacosx-version-min=10.5"
min="-mmacosx-version-min=10.8"
CFLAGS="$CFLAGS $min"
fi
if test -z "$min"; then