2012/8/26 Daniel Macks <dma...@netspace.org>:
> configure has an AC_CHECK_LIB(c, __connect, ...) and uses its result to 
> control whether test/manual that use __connect are activated. However, it 
> does not control test/automatic. OS X does not have this symbol, so 
> test/manual/dcc7 fails to compile. The attached (I hope!) patch adds this 
> test to the ones that are controlled by that AC_CHECK_LIB call.
>
> This whole Makefile logic seems a little weak (non-portable and requiring 
> more coding than necessary) by passing check_PROGRAMS data rather than using 
> Makefile conditionals. See 
> http://www.gnu.org/software/automake/manual/html_node/Conditional-Programs.html#Conditional-Programs
>
> dan

Thanks! I'll commit your fix to the svn repository. You only forgot to
alter the TESTS variable in test/automatic/Makefile.am but otherwise
it's ok.

Bartosz
_______________________________________________
libgadu-devel mailing list
libgadu-devel@lists.ziew.org
http://lists.ziew.org/mailman/listinfo/libgadu-devel

Reply via email to