diff include/SDL_config.h.in @ 5231:710d00cb3a6a

Made it possible to disable the rendering subsystem with configure --disable-render
author Sam Lantinga <slouken@libsdl.org>
date Tue, 08 Feb 2011 10:04:09 -0800
parents 5d01d426f2ea
children 6a65c1fc07af
line wrap: on
line diff
--- a/include/SDL_config.h.in	Mon Feb 07 22:57:33 2011 -0800
+++ b/include/SDL_config.h.in	Tue Feb 08 10:04:09 2011 -0800
@@ -179,6 +179,7 @@
 #undef SDL_JOYSTICK_DISABLED
 #undef SDL_HAPTIC_DISABLED
 #undef SDL_LOADSO_DISABLED
+#undef SDL_RENDER_DISABLED
 #undef SDL_THREADS_DISABLED
 #undef SDL_TIMERS_DISABLED
 #undef SDL_VIDEO_DISABLED