mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
- Added endwin check to configure.ac
This commit is contained in:
parent
b54b07ef77
commit
37bdfe06da
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ AC_LANG(C++)
|
|||
# Checks for libraries.
|
||||
#AC_CHECK_LIB(ncurses, initscr, [LIBS="$LIBS -lncurses" AC_DEFINE([HAVE_NCURSES], [1], [Found ncurses])])
|
||||
AC_CHECK_LIB(ncurses,initscr)
|
||||
AC_CHECK_LIB(ncurses,endwin)
|
||||
|
||||
# Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue