On Tue, 13 May 2014 17:11:06 -0400 Mike Day <ncm...@ncultra.org> wrote:
> g_sequence_lookup is not supported by glib < 2.28. The usage > of g_sequence_lookup is not essential in this context (it's a > safeguard against duplicate values in the help message). > Removing the call enables the build on all platforms and > does not change the operation of the help function. > > Signed-off-by: Mike Day <ncm...@ncultra.org> > --- > qemu-img.c | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) I don't get duplicates even without the safeguard :) Acked-by: Cornelia Huck <cornelia.h...@de.ibm.com>