On Friday 29 February 2008, Alexey Gladkov wrote: > Mike Frysinger wrote: > > +if test "x$with_ncursesw" = xyes; then > > + NCURSES_LIB="-lncursesw" > > +else > > + NCURSES_LIB="-lncurses" > > +fi > > +AC_SUBST(NCURSES_LIB) > > Why you do not use ncurses*-config? because there is no standard for the naming (should i provide a list of -config scripts to search for ?), they blow at cross-compiling, and for ncurses it isnt needed. it just told me -lncurses ? great, i knew that already. if ncurses actually linked against something, i'd worry about it. but it doesnt so i dont. -mike
Attachment:
signature.asc
Description: This is a digitally signed message part.