Skip to content

Commit

Permalink
obvious fix for issue #48
Browse files Browse the repository at this point in the history
  • Loading branch information
fogti authored and abishekvashok committed Jun 24, 2018
1 parent 94e63cd commit afcc803
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ then
AC_CHECK_LIB(termcap, tgetent, CURSES_LIB="-ltermcap" CURSES_LIB_NAME=termcap)
fi

if eval "test x$CURSES_LIB_NAME = x"
then
AC_CHECK_LIB(tinfo, tgetent, CURSES_LIB="-ltinfo" CURSES_LIB_NAME=tinfo)
fi

if eval "test x$CURSES_LIB_NAME = x"
then
AC_MSG_WARN([
Expand Down

0 comments on commit afcc803

Please sign in to comment.