summarylogtreecommitdiffstats
path: root/0121-Add-return-0-to-the-test-code.patch
diff options
context:
space:
mode:
Diffstat (limited to '0121-Add-return-0-to-the-test-code.patch')
-rw-r--r--0121-Add-return-0-to-the-test-code.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0121-Add-return-0-to-the-test-code.patch b/0121-Add-return-0-to-the-test-code.patch
deleted file mode 100644
index 662a846d461c..000000000000
--- a/0121-Add-return-0-to-the-test-code.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From b63a2139c30c268fdc763abae966f527b9a7d798 Mon Sep 17 00:00:00 2001
-From: Long Nguyen <nguyen.long.908132@gmail.com>
-Date: Fri, 30 Jul 2021 10:31:55 +0700
-Subject: [PATCH 121/N] Add return 0 to the test code
-
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index ae9b1d8..14eb4b6 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -5151,7 +5151,7 @@ case $host in
- #ifndef _UCRT
- #error no ucrt
- #endif
-- int main(){}
-+ int main(){ return 0; }
- ]])],[linking_to_ucrt=yes],[linking_to_ucrt=no])
- AC_MSG_RESULT($linking_to_ucrt)
- ;;
---
-2.32.0
-