Re: [Qemu-devel] [PATCH v2] ui/gtk: Support versions of VTE before 0.26
Applied. Thanks. Regards, Anthony Liguori
[Qemu-devel] [PATCH v2] ui/gtk: Support versions of VTE before 0.26
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