comparison src/configure.ac @ 24508:09bfa6e3859c v8.2.2794

patch 8.2.2794: Linux users don't know how to get ncurses Commit: https://github.com/vim/vim/commit/16678eb50f7fcb7138600bd0364edb2c9def8cb8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 21 11:57:59 2021 +0200 patch 8.2.2794: Linux users don't know how to get ncurses Problem: Linux users don't know how to get ncurses. Solution: Add the name of the package. (closes https://github.com/vim/vim/issues/8132)
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Apr 2021 12:00:05 +0200
parents aa4342593469
children 7b48e331519d
comparison
equal deleted inserted replaced
24507:b5fc06b7a412 24508:09bfa6e3859c
3480 AC_TRY_LINK([int tgetent(char *, const char *);], 3480 AC_TRY_LINK([int tgetent(char *, const char *);],
3481 [char s[10000]; int res = tgetent(s, "thisterminaldoesnotexist");], 3481 [char s[10000]; int res = tgetent(s, "thisterminaldoesnotexist");],
3482 AC_MSG_RESULT(yes), 3482 AC_MSG_RESULT(yes),
3483 AC_MSG_ERROR([NOT FOUND! 3483 AC_MSG_ERROR([NOT FOUND!
3484 You need to install a terminal library; for example ncurses. 3484 You need to install a terminal library; for example ncurses.
3485 On Linux that would be the libncurses-dev package.
3485 Or specify the name of the library with --with-tlib.])) 3486 Or specify the name of the library with --with-tlib.]))
3486 fi 3487 fi
3487 3488
3488 AC_CACHE_CHECK([whether we talk terminfo], [vim_cv_terminfo], 3489 AC_CACHE_CHECK([whether we talk terminfo], [vim_cv_terminfo],
3489 [ 3490 [