From: Viktor Szakats Date: Fri, 9 Aug 2024 00:42:55 +0000 (+0200) Subject: configure: fixup copy-paste mistake X-Git-Tag: curl-8_10_0~315 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62b13ecfedf8b6b166dc5d9910d55e7c6d587637;p=thirdparty%2Fcurl.git configure: fixup copy-paste mistake Delete duplicate call to `CURL_DARWIN_CFLAGS`. Follow-up to ada8ebe18c795cc50a1ee3c56af410f7b8094675 #14419 Closes #14468 --- diff --git a/configure.ac b/configure.ac index d81167a851..b059be35df 100644 --- a/configure.ac +++ b/configure.ac @@ -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])