[OPEN-ILS-DEV] ***SPAM*** Re: Redhat/Centos patch for Makefile.install
Dan Scott
dan at coffeecode.net
Wed Mar 3 12:18:43 EST 2010
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?
More information about the Open-ils-dev
mailing list