]> git.ipfire.org Git - thirdparty/libvirt.git/commit
configure: request system specific extensions
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 22 Jan 2020 11:40:42 +0000 (11:40 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 29 Jan 2020 14:51:40 +0000 (14:51 +0000)
commit5c455d9081b3fc2a6dae4021574defa0dea9bcd1
tree594266b89c90245b36546cbfb0bd2a2b86eb9ea0
parent3ec271bada5f87eccf49a01a1121a0066c77a91d
configure: request system specific extensions

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.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
configure.ac