]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: Check for libfdt version 1.4.0
authorThomas Huth <thuth@redhat.com>
Mon, 18 May 2015 10:59:49 +0000 (12:59 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 3 Jun 2015 21:56:49 +0000 (23:56 +0200)
commit31ce0adb79655003465070fa90d7d20a5b8c2ff5
tree29789e0018514b44dbb3ac377621d6a5b4e5a9ad
parent28f490b24af83a007937daacb9ea8bf7537f9084
configure: Check for libfdt version 1.4.0

Some recent patches require a function from libfdt version 1.4.0,
so we should check for this version during the configure step
already. Unfortunately, there does not seem to be a proper #define
for the version number in the libfdt headers. So alternatively,
we check for the availability of the required function
fdt_get_property_by_offset() instead instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
configure