tmux: update to 3.2a
[feed/packages.git] / utils / tmux / patches / 100-add-crosscompiling-fallbacks.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -160,6 +160,7 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM(
4 [return (strtonum("0", 0, 1, NULL) == 0 ? 0 : 1);]
5 )],
6 [AC_DEFINE(HAVE_STRTONUM) AC_MSG_RESULT(yes)],
7 + [AC_LIBOBJ(strtonum) AC_MSG_RESULT(no)],
8 [AC_LIBOBJ(strtonum) AC_MSG_RESULT(no)]
9 )
10