diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-10-19 14:36:32 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-10-20 10:17:04 +0200 |
commit | 4f8d0b6f02aa7043656bd354e7d55d2bbed0b5e3 (patch) | |
tree | add48626e8f79de3ab29021ebfda567c2bdb0b29 /configure.ac | |
parent | 5c3d8d20a6cf21daef2c265daa840afde9d7de3f (diff) | |
download | curl-4f8d0b6f02aa7043656bd354e7d55d2bbed0b5e3.tar.gz |
configure: set min version flags for builds on mac
This helps building binaries that can work on multiple macOS versions.
Help-by: Martin Storsjö
Fixes #1069
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0626b3810..83cfbff9a 100644 --- a/configure.ac +++ b/configure.ac @@ -357,6 +357,8 @@ case X-"$curl_cv_native_windows" in esac CURL_CHECK_WIN32_LARGEFILE +CURL_MAC_CFLAGS + dnl ************************************************************ dnl switch off particular protocols dnl |