mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05: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:
parent
06bc2100d2
commit
d14538d250
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user