commit | 2e5feadbf8133b9b108919a2f576943b448a1a06 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Mar 03 17:40:45 2015 +0100 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Mar 03 17:42:18 2015 +0100 |
tree | c95dc7e9bf81e34515e4ff60d21c1c2497edd3dd | |
parent | 48ce35b7645154eff6b685b3178aacf33f2ff871 [diff] |
aml-build: fix build for glib < 2.22 g_ptr_array_new_with_free_func is there since glib 2.22, use the older g_ptr_array_foreach instead. Reported-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>