mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
configure: fixup copy-paste mistake
Delete duplicate call to `CURL_DARWIN_CFLAGS`.
Follow-up to ada8ebe18c
#14419
Closes #14468
This commit is contained in:
parent
4f05f6b3c0
commit
62b13ecfed
@ -600,6 +600,7 @@ CURL_CHECK_WIN32_LARGEFILE
|
||||
CURL_CHECK_WIN32_CRYPTO
|
||||
|
||||
CURL_DARWIN_CFLAGS
|
||||
|
||||
case $host_os in
|
||||
darwin*)
|
||||
CURL_SUPPORTS_BUILTIN_AVAILABLE
|
||||
@ -2754,7 +2755,6 @@ dnl **********************************************************************
|
||||
dnl Check for the presence of AppleIDN
|
||||
dnl **********************************************************************
|
||||
|
||||
CURL_DARWIN_CFLAGS
|
||||
case $host_os in
|
||||
darwin*)
|
||||
AC_MSG_CHECKING([whether to build with Apple IDN])
|
||||
|
Loading…
Reference in New Issue
Block a user