1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

View File

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