summaryrefslogtreecommitdiffstats
path: root/debian/patches/bash-musl.diff
blob: 9f3cb1e930b9cd9de8c2c78ecdf2b1df2da3c019 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/m4/strtoimax.m4
+++ b/m4/strtoimax.m4
@@ -29,7 +29,7 @@
   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
 ])