configure: fixup copy-paste mistake

Delete duplicate call to `CURL_DARWIN_CFLAGS`.

Follow-up to ada8ebe18c #14419
Closes #14468
This commit is contained in:
Viktor Szakats 2024-08-09 02:42:55 +02:00
parent 4f05f6b3c0
commit 62b13ecfed
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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])