On Wed, 2010-03-03 at 11:57 -0500, Lee Dickens wrote:
> This fixes the issue: AC_CHECK_LIB([readline], [main], [],
> AC_MSG_ERROR(*** OpenILS requires libreadline),[-lncurses])
> 
> Is this an acceptable solution?

Mmm, it's probably better to explicitly add ncurses as a prereq.

Adding:

AC_CHECK_LIB([ncurses], [main])

prior to the readline check should do the trick. Mind testing it out?

Reply via email to