From a912868638d8943db5227bb4d61a857e80f9ff0b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 22 Jul 2008 16:33:55 +0100 Subject: [PATCH] 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 --- i386-dm/config.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5