
28 Jan
2020
28 Jan
'20
4:44 p.m.
On Tue, Jan 28, 2020 at 01:11:03PM +0000, Daniel P. Berrangé wrote:
The AC_USE_SYSTEM_EXTENSIONS macro causes things like "USE_GNU" to be defined, which enables access to OS specific extensions to POSIX. We currently got this indirectly via GNULIB's 'extensions' module which is a dependancy of other GNULIB modules we use.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- configure.ac | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>