On Sun, Jul 15, 2012 at 02:07:12AM +0300, Martin Storsjö wrote:
> --- a/configure
> +++ b/configure
> @@ -2864,7 +2864,8 @@ check_func nanosleep || { check_func nanosleep -lrt &&
> add_extralibs -lrt; }
> check_func fork
> -check_func getaddrinfo $network_extralibs
> +check_func getaddrinfo $network_extralibs || \
> + check_func_headers ws2tcpip.h getaddrinfo $network_extralibs
Drop the unnecessary '\' and push whenever you like.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel