Re: [Qemu-devel] [PATCH v2] ui/gtk: Support versions of VTE before 0.26

2013-02-26 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

[Qemu-devel] [PATCH v2] ui/gtk: Support versions of VTE before 0.26

2013-02-22 Thread Stefan Weil
This is needed for current Debian stable (Squeeze). VTE versions before 0.26 did not support VtePty. Lower the version requirement and use alternate code which works for Debian. Signed-off-by: Stefan Weil --- v2: Fixed version in subject and preprocessor code. configure |2 +- ui/gtk.c