summaryrefslogtreecommitdiff
path: root/shells/bash/files/patch-m4_strtoimax.m4
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash/files/patch-m4_strtoimax.m4')
-rw-r--r--shells/bash/files/patch-m4_strtoimax.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/shells/bash/files/patch-m4_strtoimax.m4 b/shells/bash/files/patch-m4_strtoimax.m4
deleted file mode 100644
index 3c047bd97654..000000000000
--- a/shells/bash/files/patch-m4_strtoimax.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- m4/strtoimax.m4.orig 2022-04-11 20:31:52 UTC
-+++ m4/strtoimax.m4
-@@ -29,7 +29,7 @@ AC_CACHE_VAL(bash_cv_func_strtoimax,
- fi
- ])
- AC_MSG_RESULT($bash_cv_func_strtoimax)
--if test $bash_cv_func_strtoimax = yes; then
-+if test $bash_cv_func_strtoimax = no; then
- AC_LIBOBJ(strtoimax)
- fi
- ])