diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index e3282eb08..4ac95a5a3 100644 --- a/acconfig.h +++ b/acconfig.h @@ -111,6 +111,9 @@ /* this one isn't implemented: */ #undef FPM_M68K +/* Define this if you have SDL library installed */ +#undef HAVE_SDL + @BOTTOM@ /* Disable GCC compiler extensions, if gcc is not in use */ #ifndef __GNUC__ |