Re: [Qemu-devel] [RFC/PATCH] remove $check_gfx from configure

2007-10-23 Thread J. Mayer
On Mon, 2007-10-22 at 20:09 -0500, Carlo Marcelo Arenas Belon wrote: > The following patch removes check_gfx from qemu's configure as the check it > was trying to enforce is no longer valid. > > If neither sdl or cocoa are available, the video output for the console will > be still available fro

[Qemu-devel] [RFC/PATCH] remove $check_gfx from configure

2007-10-22 Thread Carlo Marcelo Arenas Belon
The following patch removes check_gfx from qemu's configure as the check it was trying to enforce is no longer valid. If neither sdl or cocoa are available, the video output for the console will be still available from the vnc server (which can't be disabled). Carlo --- Index: configure ===