Re: Recommendation for configure.ac fix

2007-04-15 Thread Marcus Meissner
On Sun, Apr 15, 2007 at 03:42:02PM +, [EMAIL PROTECTED] wrote: > > I've just started hacking on wine. > > I've found a case of Solaris supporting the getaddrinfo function call that is > tested in configure (via configure.ac) but I need to add specific libraries > to > the test. However,

Recommendation for configure.ac fix

2007-04-15 Thread sol11x86
I've just started hacking on wine. I've found a case of Solaris supporting the getaddrinfo function call that is tested in configure (via configure.ac) but I need to add specific libraries to the test. However, I don't think it's a good idea to overload the LIBS variable for all the functions