Re: [PATCH 1/6] configure: Remove the obsolete check for ifaddrs.h

2020-12-13 Thread Laurent Vivier
Le 18/11/2020 à 18:10, Thomas Huth a écrit : > The code that used HAVE_IFADDRS_H has been removed in commit > 0a27af918b ("io: use bind() to check for IPv4/6 availability"), > so we don't need this check in the configure script anymore. > > Signed-off-by: Thomas Huth > --- > configure | 11 -

Re: [PATCH 1/6] configure: Remove the obsolete check for ifaddrs.h

2020-11-19 Thread Richard Henderson
On 11/18/20 9:10 AM, Thomas Huth wrote: > The code that used HAVE_IFADDRS_H has been removed in commit > 0a27af918b ("io: use bind() to check for IPv4/6 availability"), > so we don't need this check in the configure script anymore. > > Signed-off-by: Thomas Huth > --- > configure | 11 --