diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-04-09 16:08:32 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-04-09 17:09:08 +0200 |
commit | d0c196618ea9d8a0c5148ce87996053a7bab4fb6 (patch) | |
tree | 645a2862b3cbc99f4cde8376059f14adf724c109 /configure.ac | |
parent | 2908a8232c2da75d3886d8f8f26c0e0b78d9f3cd (diff) | |
download | curl-d0c196618ea9d8a0c5148ce87996053a7bab4fb6.tar.gz |
configure: fix CURL_DARWIN_CFLAGS use
The macro name change was not completely done.
Follow-up to 5d2c384452543c
Bug: https://github.com/curl/curl/commit/5d2c384452543c7b6c9fb02eaa0afc84fd5ab941#commitcomment-49315187
Reported-by: Marcel Raad
Closes #6878
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 70932fa3c..95f6b7b68 100755 --- a/configure.ac +++ b/configure.ac @@ -373,7 +373,7 @@ esac CURL_CHECK_WIN32_LARGEFILE CURL_CHECK_WIN32_CRYPTO -CURL_MAC_CFLAGS +CURL_DARWIN_CFLAGS CURL_SUPPORTS_BUILTIN_AVAILABLE |