From: Ian Jackson Date: Tue, 22 Jul 2008 15:33:55 +0000 (+0100) Subject: Do not unconditionally set CONFIG_SDL. X-Git-Tag: xen-3.3.0-rc1~10 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a912868638d8943db5227bb4d61a857e80f9ff0b;p=qemu-xen-4.0-testing.git Do not unconditionally set CONFIG_SDL. CONFIG_SDL was erroneously hardwired in i386-dm/config.h and is no longer. Signed-off-by: Ian Jackson --- diff --git a/i386-dm/config.h b/i386-dm/config.h index 5073ada7..c5fc6535 100644 --- a/i386-dm/config.h +++ b/i386-dm/config.h @@ -5,4 +5,3 @@ #define CONFIG_SOFTMMU 1 #define CONFIG_SOFTFLOAT 1 #define CONFIG_DM 1 -#define CONFIG_SDL 1