blob: e90592c745439981d7bf45a61bd2f68869d7d9dd [file] [log] [blame]
--- vim-8.0.5066/src/configure.ac 2022-06-30 22:01:24.718188814 +0000
+++ vim-8.0.5066/src/configure.ac 2022-06-30 21:59:38.080917053 +0000
@@ -3441,7 +3441,7 @@
# include <stddef.h>
#endif
main() {char *s; s=(char *)tgoto("%p1%d", 0, 1); exit(0); }])],
- res="OK", res="FAIL", res="FAIL")
+ res="OK", res="FAIL", res="OK")
if test "$res" = "OK"; then
break
fi
@@ -3512,7 +3512,7 @@
],[
vim_cv_tgetent=non-zero
],[
- AC_MSG_ERROR(failed to compile test program.)
+ vim_cv_tgent=zero
])
])