On Sun, 2012-05-06 at 21:24 +0300, Sergey Senozhatsky wrote:
> Fix libnl-3 detection and rework libnl configure check.
> 
> Patch replaces AC_CHECK_LIB with AC_SEARCH_LIBS, as proposed at the end of 
> AC_CHECK_LIB docs:
> 
> > AC_CHECK_LIB requires some care in usage, and should be avoided in some 
> > common cases. Many standard functions
> > like gethostbyname appear in the standard C library on some hosts, and in 
> > special libraries like nsl on other
> > hosts. On some hosts the special libraries contain variant implementations 
> > that you may not want to use. 
> > These days it is normally better to use AC_SEARCH_LIBS([gethostbyname], 
> > [nsl]) instead of AC_CHECK_LIB([nsl], [gethostbyname]). 

On Debian the wide character version of ncurses is named ncursesw so if
I use the scripts out of the box the screen looks ugly (M-xM-y).

Would it be possible to stop assuming that the lib is named libncurses?

/MF

_______________________________________________
Power mailing list
Power@bughost.org
https://bughost.org/mailman/listinfo/power

Reply via email to