summarylogtreecommitdiffstats
path: root/0120-1-2-AC_RUN_IFELSE-replace.patch
diff options
context:
space:
mode:
authoratomlong2021-10-23 17:55:22 +0800
committeratomlong2021-10-23 18:06:15 +0800
commit80096c8de4b34ec1ed8f30bb428918cd592b2424 (patch)
treeb48dd1e73de9ea35a4709fb6b93deb16331ec514 /0120-1-2-AC_RUN_IFELSE-replace.patch
parent89a67c05174951d172252b1db96ff93cc4ec4bcd (diff)
downloadaur-mingw-w64-python.tar.gz
update to 3.9.7
Diffstat (limited to '0120-1-2-AC_RUN_IFELSE-replace.patch')
-rw-r--r--0120-1-2-AC_RUN_IFELSE-replace.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/0120-1-2-AC_RUN_IFELSE-replace.patch b/0120-1-2-AC_RUN_IFELSE-replace.patch
deleted file mode 100644
index 9f5d846e3bf0..000000000000
--- a/0120-1-2-AC_RUN_IFELSE-replace.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 92b9a55e916277392c5e308a4193179637e04eae Mon Sep 17 00:00:00 2001
-From: Long Nguyen <nguyen.long.908132@gmail.com>
-Date: Thu, 29 Jul 2021 22:19:32 +0700
-Subject: [PATCH 120/N] [1/2] AC_RUN_IFELSE replace
-
----
- configure.ac | 9 +++++----
- 1 file changed, 5 insertions(+), 4 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index d1b8acb..ae9b1d8 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -5146,11 +5146,12 @@ case $host in
- *-*-mingw*)
- # check if we are linking to ucrt
- AC_MSG_CHECKING(whether linking to ucrt)
-- AC_RUN_IFELSE([AC_LANG_SOURCE([[
-+ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
- #include <stdio.h>
-- int main(){
-- _UCRT;
-- }
-+ #ifndef _UCRT
-+ #error no ucrt
-+ #endif
-+ int main(){}
- ]])],[linking_to_ucrt=yes],[linking_to_ucrt=no])
- AC_MSG_RESULT($linking_to_ucrt)
- ;;
---
-2.32.0
-