diff options
author | Radek Zajic <radek.zajic@showmax.com> | 2021-05-24 16:38:40 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-05-25 12:45:56 +0200 |
commit | 31f631a142d855f069242f3e0c643beec25d1b51 (patch) | |
tree | aef4a898796ddf11f4d48dc80c445465c3784e66 /configure.ac | |
parent | a63dae5d078b24dc441e421a37fa7daf09fc4768 (diff) | |
download | curl-31f631a142d855f069242f3e0c643beec25d1b51.tar.gz |
lib/hostip6.c: make NAT64 address synthesis on macOS work
Closes #7121
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4d2f4dcc6..e378e7efb 100755 --- a/configure.ac +++ b/configure.ac @@ -479,6 +479,7 @@ CURL_CHECK_WIN32_LARGEFILE CURL_CHECK_WIN32_CRYPTO CURL_DARWIN_CFLAGS +CURL_DARWIN_SYSTEMCONFIGURATION CURL_SUPPORTS_BUILTIN_AVAILABLE |