]> granicus.if.org Git - curl/commitdiff
configure: raise the default minimum version for macos to 10.8
authorDaniel Stenberg <daniel@haxx.se>
Mon, 31 Oct 2016 09:19:22 +0000 (10:19 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 31 Oct 2016 09:19:22 +0000 (10:19 +0100)
follow-up to 4f8d0b6f02aa7043. Since the darwinssl code breaks
otherwise. If you build without darwinssl 10.5 works fine.

acinclude.m4

index fcc2caf36e81562fd29d36ee3cd1cabe4c9caecc..f959e3d43f6479b897031b50c9bd3d6cd4c1eb97 100644 (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