aboutsummaryrefslogtreecommitdiff
path: root/utils/tmux/patches/100-add-crosscompiling-fallbacks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tmux/patches/100-add-crosscompiling-fallbacks.patch')
-rw-r--r--utils/tmux/patches/100-add-crosscompiling-fallbacks.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/utils/tmux/patches/100-add-crosscompiling-fallbacks.patch b/utils/tmux/patches/100-add-crosscompiling-fallbacks.patch
deleted file mode 100644
index 805392fa5..000000000
--- a/utils/tmux/patches/100-add-crosscompiling-fallbacks.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -160,6 +160,7 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM(
- [return (strtonum("0", 0, 1, NULL) == 0 ? 0 : 1);]
- )],
- [AC_DEFINE(HAVE_STRTONUM) AC_MSG_RESULT(yes)],
-+ [AC_LIBOBJ(strtonum) AC_MSG_RESULT(no)],
- [AC_LIBOBJ(strtonum) AC_MSG_RESULT(no)]
- )
-