Check for libhistory library.

This commit is contained in:
steve 2003-10-06 21:42:25 +00:00
parent ddba06904c
commit fc44f44879
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ AC_CHECK_SIZEOF(unsigned)
# exist.
AC_CHECK_LIB(termcap, tputs)
AC_CHECK_LIB(readline, readline)
AC_CHECK_LIB(history, add_history)
AC_CHECK_HEADERS(readline/readline.h readline/history.h)
# --