mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Merge pull request #1290 from mistydemeo/check_for_term_h
Add a check for term.h
This commit is contained in:
commit
a731525012
3 changed files with 10 additions and 0 deletions
|
|
@ -355,6 +355,10 @@ if test "x$want_textui" != "xno"; then
|
|||
AC_SUBST(TEXTUI_LIBS)
|
||||
LIBS="$TEXTUI_NO_LIBS"
|
||||
|
||||
AC_CHECK_HEADER([term.h], [
|
||||
AC_DEFINE(HAVE_TERM_H, [], [Define to 1 if you have the `term.h' header.])
|
||||
])
|
||||
|
||||
fi
|
||||
|
||||
dnl **
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue