mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-22 18:10:56 +00:00
configure: Check for libtinfo.so
While usually distributed with ncurses, some distributions distribute this library separately. Check to make sure it is installed. This closes #241 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
e78251b751
commit
ebb0df619e
@ -339,6 +339,15 @@ LIBS=$SAVE_LIBS
|
||||
AC_SUBST([INTL_LIBS])
|
||||
|
||||
#----------------------------------------
|
||||
# Check for tinfo, for the kconfig frontends
|
||||
AC_SEARCH_LIBS(
|
||||
[tigetnum],
|
||||
[tinfo],
|
||||
[ac_ct_tinfo_lib_found=yes; break])
|
||||
AS_IF(
|
||||
[test -z "$ac_ct_tinfo_lib_found"],
|
||||
[AC_MSG_ERROR([could not find tinfo library, required for the kconfig frontends])])
|
||||
|
||||
# Check for ncurses, for the kconfig frontends
|
||||
AC_SUBST([ac_ct_curses_hdr])
|
||||
AC_CHECK_HEADERS(
|
||||
|
Loading…
x
Reference in New Issue
Block a user