diff options
author | Thomas Huth <thuth@redhat.com> | 2015-05-18 12:59:49 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2015-06-03 23:56:49 +0200 |
commit | 31ce0adb79655003465070fa90d7d20a5b8c2ff5 (patch) | |
tree | 29789e0018514b44dbb3ac377621d6a5b4e5a9ad /hw/mem | |
parent | 28f490b24af83a007937daacb9ea8bf7537f9084 (diff) | |
download | qemu-31ce0adb79655003465070fa90d7d20a5b8c2ff5.tar.gz qemu-31ce0adb79655003465070fa90d7d20a5b8c2ff5.tar.bz2 qemu-31ce0adb79655003465070fa90d7d20a5b8c2ff5.zip |
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>
Diffstat (limited to 'hw/mem')
0 files changed, 0 insertions, 0 deletions