]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure: fixup copy-paste mistake
authorViktor Szakats <commit@vsz.me>
Fri, 9 Aug 2024 00:42:55 +0000 (02:42 +0200)
committerViktor Szakats <commit@vsz.me>
Fri, 9 Aug 2024 08:45:39 +0000 (10:45 +0200)
Delete duplicate call to `CURL_DARWIN_CFLAGS`.

Follow-up to ada8ebe18c795cc50a1ee3c56af410f7b8094675 #14419
Closes #14468

configure.ac

index d81167a851436699e7b721be1e0ba79c4150a1e2..b059be35df5a175960775bfb02cc15127131eed3 100644 (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])