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(a)redhat.com>
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>