[Q/Patch] libresolv?

2020-02-02 Thread Albrecht Dreß
Hi all, I stumbled across the check for libresolv in configure.ac (and meson.build) – there seems to be no reference to it within the sources, so IMHO the check (and the linker option) could be removed as in the attached patch, couldn't it? Or did I miss something? Cheers, Albrecht.diff --gi

Re: [Q/Patch] libresolv?

2020-02-02 Thread Peter Bloomfield
Hi Albrecht: On 02/02/2020 07:41:06 AM Sun, Albrecht Dreß wrote: Hi all, I stumbled across the check for libresolv in configure.ac (and meson.build) – there seems to be no reference to it within the sources, so IMHO the check (and the linker option) could be removed as in the attached patch,

Re: [Q/Patch] libresolv?

2020-02-02 Thread Peter Bloomfield
On 02/02/2020 09:42:54 AM Sun, Peter Bloomfield wrote: Hi Albrecht: On 02/02/2020 07:41:06 AM Sun, Albrecht Dreß wrote: Hi all, I stumbled across the check for libresolv in configure.ac (and meson.build) – there seems to be no reference to it within the sources, so IMHO the check (and the li

Re: [Q/Patch] libresolv?

2020-02-02 Thread Albrecht Dreß
Hi Peter! Am 02.02.20 16:24 schrieb(en) Peter Bloomfield: That commit also removed all references to getaddrinfo, so the corresponding check can also be removed from the build tools. Ah! Nice, those files are somewhat crowded… BTW: getaddrinfo was also mentioned in config.h.in, which does

Re: [Q/Patch] libresolv?

2020-02-02 Thread Peter Bloomfield
On 02/02/2020 12:03:34 PM Sun, Albrecht Dreß wrote: Hi Peter! Am 02.02.20 16:24 schrieb(en) Peter Bloomfield: That commit also removed all references to getaddrinfo, so the corresponding check can also be removed from the build tools. Ah! Nice, those files are somewhat crowded… BTW: getad

Re: [Q/Patch] libresolv?

2020-02-02 Thread Jack via balsa-list
Hello all, On 2020.02.02 12:41, Peter Bloomfield wrote: On 02/02/2020 12:03:34 PM Sun, Albrecht Dreß wrote: Am 02.02.20 16:24 schrieb(en) Peter Bloomfield: That commit also removed all references to getaddrinfo, so the corresponding check can also be removed from the build tools. Ah! Nice,